Searched refs:opc_ishr (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DAssignShiftRightExpression.java49 asm.add(where, opc_ishr + itype.getTypeCodeOffset());
H A DShiftRightExpression.java71 asm.add(where, opc_ishr + type.getTypeCodeOffset());
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java234 int opc_ishr = 122; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java236 int opc_ishr = 122; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java243 int opc_ishr = 122; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java448 case opc_ishr: case opc_iushr: case opc_lshl:
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp539 /* 0x78 */ &&opc_ishl, &&opc_lshl, &&opc_ishr,&&opc_lshr,

Completed in 75 milliseconds