| 1445 | } |
| 1446 | |
| 1447 | void CompilerUtils::moveToStackTop(unsigned _stackDepth, unsigned _itemSize) |
| 1448 | { |
| 1449 | moveIntoStack(_itemSize, _stackDepth); |
| 1450 | } |
| 1451 | |
| 1452 | void CompilerUtils::moveIntoStack(unsigned _stackDepth, unsigned _itemSize) |
| 1453 | { |
no outgoing calls
no test coverage detected