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

/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java140 case opc_istore: case opc_lstore: case opc_fstore:
308 case opc_istore: case opc_lstore: case opc_fstore:
460 case opc_lstore: case opc_dstore: case opc_pop2:
569 case opc_istore: case opc_lstore: case opc_fstore:
664 case opc_istore: case opc_lstore: case opc_fstore:
671 case opc_istore + 256: case opc_lstore + 256:
H A DAssembler.java337 case opc_lstore:
787 case opc_lstore: case opc_lstore_0: case opc_lstore_1:
889 case opc_lstore: case opc_lstore_0: case opc_lstore_1:
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java167 int opc_lstore = 55; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java169 int opc_lstore = 55; field in interface:RuntimeConstants
H A DInjectBytecodes.java209 case opc_lload: case opc_lstore:
286 case opc_lload: case opc_lstore:
459 case opc_lload: case opc_lstore:
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java176 int opc_lstore = 55; field in interface:RuntimeConstants
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp518 /* 0x34 */ &&opc_caload, &&opc_saload, &&opc_istore, &&opc_lstore,

Completed in 68 milliseconds