Searched refs:opc_dstore (Results 1 - 7 of 7) 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:
460 case opc_lstore: case opc_dstore: case opc_pop2:
570 case opc_dstore: case opc_astore: {
665 case opc_dstore: case opc_astore:
672 case opc_fstore + 256: case opc_dstore + 256:
H A DAssembler.java338 case opc_dstore: {
789 case opc_dstore: case opc_dstore_0: case opc_dstore_1:
891 case opc_dstore: case opc_dstore_0: case opc_dstore_1:
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java169 int opc_dstore = 57; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java171 int opc_dstore = 57; field in interface:RuntimeConstants
H A DInjectBytecodes.java210 case opc_dload: case opc_dstore:
287 case opc_dload: case opc_dstore:
460 case opc_dload: case opc_dstore:
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java178 int opc_dstore = 57; field in interface:RuntimeConstants
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp519 /* 0x38 */ &&opc_fstore, &&opc_dstore, &&opc_astore, &&opc_istore_0,

Completed in 51 milliseconds