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

/openjdk10/jdk/src/jdk.rmic/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: {
666 case opc_dstore: case opc_astore:
674 case opc_astore + 256:
H A DAssembler.java328 case opc_astore: {
791 case opc_astore: case opc_astore_0: case opc_astore_1:
895 case opc_astore: case opc_astore_0: case opc_astore_1:
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DInlineNewInstanceExpression.java96 asm.add(where, opc_astore, 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));
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DRuntimeConstants.java182 int opc_astore = 58; field in interface:RuntimeConstants
/openjdk10/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java170 int opc_astore = 58; field in interface:RuntimeConstants
/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DProxyGenerator.java161 private static final int opc_astore = 58; field in class:ProxyGenerator
1339 codeLocalLoadStore(lvar, opc_astore, opc_astore_0, out);
/openjdk10/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
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp527 /* 0x38 */ &&opc_fstore, &&opc_dstore, &&opc_astore, &&opc_istore_0,

Completed in 135 milliseconds