Searched refs:_monitorenter (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java368 _monitorenter = 194, // 0xc2 field in class:Constants
H A DInstruction.java509 def("b", _monitorenter, _monitorexit);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.cpp201 assert(*bcp != Bytecodes::_monitorenter || is_top_frame, "a _monitorenter must be a top frame");
204 *bcp == Bytecodes::_monitorenter &&
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp235 _monitorenter = 194, // 0xc2 enumerator in enum:Bytecodes::Code
H A Drewriter.cpp356 case Bytecodes::_monitorenter : // fall through
H A Dbytecodes.cpp489 def(_monitorenter , "monitorenter" , "b" , NULL , T_VOID , -1, true );
H A DtemplateTable.cpp455 def(Bytecodes::_monitorenter , ____|disp|clvm|____, atos, vtos, monitorenter , _ );
H A DbytecodeInterpreter.cpp1663 CASE(_monitorenter): {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java233 public static final int _monitorenter = 194; // 0xc2 field in class:Bytecodes
754 def(_monitorenter , "monitorenter" , "b" , null , BasicType.getTVoid() , -1, true );
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp798 case Bytecodes::_monitorenter:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1010 if (j.code() == Bytecodes._monitorenter) {
1393 case Bytecodes._monitorenter: doMonitorenter(itr.bci()); break;
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp913 case Bytecodes::_monitorenter:
2337 if (str.cur_bc() == Bytecodes::_monitorenter) {
H A DbcEscapeAnalyzer.cpp928 case Bytecodes::_monitorenter:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp929 if (j.code() == Bytecodes::_monitorenter) {
1593 case Bytecodes::_monitorenter: do_monitorenter(itr->bci()); break;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp888 case Bytecodes::_monitorenter:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2319 case Bytecodes::_monitorenter:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2684 case Bytecodes::_monitorenter : monitorenter(apop(), s.cur_bci()); break;
2815 , Bytecodes::_monitorenter
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1615 case Bytecodes::_monitorenter :

Completed in 196 milliseconds