| 310 | } |
| 311 | |
| 312 | unsigned CompilerContext::baseToCurrentStackOffset(unsigned _baseOffset) const |
| 313 | { |
| 314 | return static_cast<unsigned>(m_asm->deposit()) - _baseOffset - 1; |
| 315 | } |
| 316 | |
| 317 | unsigned CompilerContext::currentToBaseStackOffset(unsigned _offset) const |
| 318 | { |
no test coverage detected