Searched refs:opc_monitorenter (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java306 int opc_monitorenter = 194; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java308 int opc_monitorenter = 194; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java315 int opc_monitorenter = 194; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DSynchronizedStatement.java139 asm.add(where, opc_monitorenter);
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java457 case opc_athrow: case opc_monitorenter: case opc_monitorexit:
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp562 /* 0xC0 */ &&opc_checkcast, &&opc_instanceof, &&opc_monitorenter, &&opc_monitorexit,

Completed in 103 milliseconds