Searched refs:opc_astore (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java141 case opc_dstore: case opc_astore:
309 case opc_dstore: case opc_astore:
441 case opc_istore: case opc_fstore: case opc_astore:
570 case opc_dstore: case opc_astore: {
665 case opc_dstore: case opc_astore:
673 case opc_astore + 256:
H A DAssembler.java326 case opc_astore: {
785 case opc_astore: case opc_astore_0: case opc_astore_1:
887 case opc_astore: case opc_astore_0: case opc_astore_1:
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DInlineNewInstanceExpression.java96 asm.add(where, opc_astore, new Integer(v.number));
H A DFinallyStatement.java317 asm.add(where, opc_astore, num1); // store exception
333 asm.add(where, opc_astore, num2); // save the return address
H A DSynchronizedStatement.java137 asm.add(where, opc_astore, num1);
166 asm.add(where, opc_astore, num2);
H A DCatchStatement.java149 asm.add(where, opc_astore, new LocalVariable(field, field.number));
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java170 int opc_astore = 58; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java172 int opc_astore = 58; field in interface:RuntimeConstants
H A DInjectBytecodes.java206 case opc_aload: case opc_astore:
283 case opc_aload: case opc_astore:
456 case opc_aload: case opc_astore:
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java179 int opc_astore = 58; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java158 private static final int opc_astore = 58; field in class:ProxyGenerator
1315 codeLocalLoadStore(lvar, opc_astore, opc_astore_0, out);
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java940 if (bc == opc_astore || bc >= opc_astore_0 && bc <= opc_astore_MAX)
1652 opc_astore = 58, field in class:Indify
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp519 /* 0x38 */ &&opc_fstore, &&opc_dstore, &&opc_astore, &&opc_istore_0,

Completed in 76 milliseconds