Searched defs:interpreterState (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp60 typedef class BytecodeInterpreter* interpreterState; typedef in typeref:class:BytecodeInterpreter
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp66 typedef class BytecodeInterpreter* interpreterState; typedef in typeref:class:BytecodeInterpreter
131 interpreterState _prev_link; // previous interpreter state
146 static void layout_interpreterState(interpreterState to_fill,
221 inline interpreterState prev() { return _prev_link; }
529 static void run(interpreterState istate);
531 static void runWithChecks(interpreterState istate);

Completed in 32 milliseconds