Searched refs:method_resume (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp107 method_resume, // frame manager response to return_from_method request (assuming a frame to resume) enumerator in enum:BytecodeInterpreter::messages
H A DbytecodeInterpreter.cpp794 case method_resume: {
3057 case BytecodeInterpreter::method_resume: return("method_resume");
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp133 istate->set_msg(BytecodeInterpreter::method_resume);
983 istate->set_msg(BytecodeInterpreter::method_resume);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1856 __ set((int)BytecodeInterpreter::method_resume, L1_scratch);
2120 to_fill->_msg = method_resume;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2035 __ movl(STATE(_msg), (int)BytecodeInterpreter::method_resume);
2293 to_fill->_msg = method_resume;

Completed in 2363 milliseconds