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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp110 got_monitors, // frame manager response to more_monitors request
115 more_monitors, // need a new monitor enumerator in enum:BytecodeInterpreter::messages
H A DbytecodeInterpreter.cpp1692 istate->set_msg(more_monitors);
3063 case BytecodeInterpreter::more_monitors: return("more_monitors");
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp135 else if (istate->msg() == BytecodeInterpreter::more_monitors) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1384 // Generate the code to handle a more_monitors message from the c++ interpreter
1646 __ delayed()->cmp(L1_scratch, (int)BytecodeInterpreter::more_monitors);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp1574 // Generate the code to handle a more_monitors message from the c++ interpreter
1819 __ cmpl(rdx, (int32_t)BytecodeInterpreter::more_monitors);

Completed in 708 milliseconds