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

/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java191 int opc_iastore = 79; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java193 int opc_iastore = 79; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java200 int opc_iastore = 79; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DArrayExpression.java139 asm.add(where, opc_iastore + type.getElementType().getTypeCodeOffset());
H A DArrayAccessExpression.java248 asm.add(where, opc_iastore + type.getTypeCodeOffset());
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java471 case opc_iastore: case opc_fastore: case opc_aastore:
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp525 /* 0x4C */ &&opc_astore_1,&&opc_astore_2,&&opc_astore_3,&&opc_iastore,

Completed in 105 milliseconds