Searched refs:opc_aload (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DSynchronizedStatement.java138 asm.add(where, opc_aload, num1);
153 asm.add(where, opc_aload, num1);
160 asm.add(where, opc_aload, num1);
167 asm.add(where, opc_aload, num1);
H A DInlineNewInstanceExpression.java100 asm.add(where, opc_aload, new Integer(v.number));
H A DThisExpression.java172 asm.add(where, opc_aload, new Integer(field.number));
H A DFinallyStatement.java319 asm.add(where, opc_aload, num1); // rethrow exception
H A DMethodExpression.java860 asm.add(where, opc_aload, new Integer(0));
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java137 int opc_aload = 25; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java139 int opc_aload = 25; 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:
H A DInject.java614 c.writeU1(opc_aload);
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java429 case opc_iload: case opc_fload: case opc_aload:
538 case opc_dload: case opc_aload: {
651 case opc_dload: case opc_aload: case opc_ret:
658 case opc_aload + 256: case opc_ret + 256:
H A DAssembler.java323 case opc_aload:
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java146 int opc_aload = 25; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceMember.java826 asm.add(getWhere(), opc_aload, new Integer(0));
888 asm.add(getWhere(), opc_aload, new Integer(0));
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java125 private static final int opc_aload = 25; field in class:ProxyGenerator
1285 codeLocalLoadStore(lvar, opc_aload, opc_aload_0, out);
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java938 if (bc == opc_aload || bc >= opc_aload_0 && bc <= opc_aload_MAX)
1648 opc_aload = 25, field in class:Indify
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp509 /* 0x18 */ &&opc_dload, &&opc_aload, &&opc_iload_0,&&opc_iload_1,

Completed in 85 milliseconds