Searched refs:opc_fload (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java135 int opc_fload = 23; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java137 int opc_fload = 23; field in interface:RuntimeConstants
H A DInjectBytecodes.java207 case opc_fload: case opc_fstore:
284 case opc_fload: case opc_fstore:
457 case opc_fload: case opc_fstore:
H A DInject.java598 c.writeU1(opc_fload);
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java429 case opc_iload: case opc_fload: case opc_aload:
537 case opc_iload: case opc_lload: case opc_fload:
650 case opc_iload: case opc_lload: case opc_fload:
657 case opc_fload + 256: case opc_dload + 256:
H A DAssembler.java322 case opc_fload:
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java144 int opc_fload = 23; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java123 private static final int opc_fload = 23; field in class:ProxyGenerator
1273 codeLocalLoadStore(lvar, opc_fload, opc_fload_0, out);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp508 /* 0x14 */ &&opc_ldc2_w, &&opc_iload, &&opc_lload, &&opc_fload,

Completed in 92 milliseconds