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

/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java227 int opc_drem = 115; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java229 int opc_drem = 115; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java236 int opc_drem = 115; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java464 case opc_drem: case opc_land: case opc_lor:
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp537 /* 0x70 */ &&opc_irem, &&opc_lrem, &&opc_frem,&&opc_drem,

Completed in 50 milliseconds