Example #1
0
 Node* peek(int off=0) { map_not_null(); return _map->stack(_map->_jvms, _sp - off - 1); }
Example #2
0
 Node* stack(uint idx)         const { map_not_null(); return _map->stack(      _map->_jvms, idx); }
Example #3
0
 Node* pop()           { map_not_null(); return _map->stack(_map->_jvms,--_sp); }