Home
last modified time | relevance | path

Searched refs:opc_dstore (Results 1 – 25 of 63) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/asm/
H A DInstruction.java141 case opc_dstore: case opc_astore: in optimize()
309 case opc_dstore: case opc_astore: in collect()
460 case opc_lstore: case opc_dstore: case opc_pop2: in balance()
570 case opc_dstore: case opc_astore: { in size()
666 case opc_dstore: case opc_astore: in write()
673 case opc_fstore + 256: case opc_dstore + 256: in write()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/asm/
H A DInstruction.java141 case opc_dstore: case opc_astore: in optimize()
309 case opc_dstore: case opc_astore: in collect()
460 case opc_lstore: case opc_dstore: case opc_pop2: in balance()
570 case opc_dstore: case opc_astore: { in size()
666 case opc_dstore: case opc_astore: in write()
673 case opc_fstore + 256: case opc_dstore + 256: in write()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java141 case opc_dstore: case opc_astore: in optimize()
309 case opc_dstore: case opc_astore: in collect()
460 case opc_lstore: case opc_dstore: case opc_pop2: in balance()
570 case opc_dstore: case opc_astore: { in size()
666 case opc_dstore: case opc_astore: in write()
673 case opc_fstore + 256: case opc_dstore + 256: in write()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/asm/
H A DInstruction.java141 case opc_dstore: case opc_astore: in optimize()
309 case opc_dstore: case opc_astore: in collect()
460 case opc_lstore: case opc_dstore: case opc_pop2: in balance()
570 case opc_dstore: case opc_astore: { in size()
666 case opc_dstore: case opc_astore: in write()
673 case opc_fstore + 256: case opc_dstore + 256: in write()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/asm/
H A DInstruction.java141 case opc_dstore: case opc_astore: in optimize()
309 case opc_dstore: case opc_astore: in collect()
460 case opc_lstore: case opc_dstore: case opc_pop2: in balance()
570 case opc_dstore: case opc_astore: { in size()
666 case opc_dstore: case opc_astore: in write()
673 case opc_fstore + 256: case opc_dstore + 256: in write()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/asm/
H A DInstruction.java141 case opc_dstore: case opc_astore: in optimize()
309 case opc_dstore: case opc_astore: in collect()
460 case opc_lstore: case opc_dstore: case opc_pop2: in balance()
570 case opc_dstore: case opc_astore: { in size()
666 case opc_dstore: case opc_astore: in write()
673 case opc_fstore + 256: case opc_dstore + 256: in write()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java141 case opc_dstore: case opc_astore: in optimize()
309 case opc_dstore: case opc_astore: in collect()
460 case opc_lstore: case opc_dstore: case opc_pop2: in balance()
570 case opc_dstore: case opc_astore: { in size()
666 case opc_dstore: case opc_astore: in write()
673 case opc_fstore + 256: case opc_dstore + 256: in write()
/dports/lang/fpc-utils/fpc-3.2.2/utils/javapp/src/fpc/tools/javapp/
H A DRuntimeConstants.java193 public static final int opc_dstore = 57; field
364 public static final int opc_dstore_w = (opc_wide<<8)|opc_dstore;
/dports/lang/fpc-source/fpc-3.2.2/utils/javapp/src/fpc/tools/javapp/
H A DRuntimeConstants.java193 public static final int opc_dstore = 57; field
364 public static final int opc_dstore_w = (opc_wide<<8)|opc_dstore;
/dports/java/jasmin/jasmin-2.4/src/jasmin/
H A DInsnInfo.java99 addInfo("dstore", RuntimeConstants.opc_dstore, "i");
100 addInfo("dstore_w", RuntimeConstants.opc_dstore, "I");
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/instrument/ilib/
H A DInjectBytecodes.java210 case opc_dload: case opc_dstore: in insertAtInstruction()
287 case opc_dload: case opc_dstore: in adjustInstruction()
460 case opc_dload: case opc_dstore: in writeInstruction()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/instrument/ilib/
H A DInjectBytecodes.java210 case opc_dload: case opc_dstore: in insertAtInstruction()
287 case opc_dload: case opc_dstore: in adjustInstruction()
460 case opc_dload: case opc_dstore: in writeInstruction()
/dports/java/jasmin/jasmin-2.4/lib/jas/tests/
H A Dall.java67 code.addInsn(new Insn(opc_dstore, 256)); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DInjector.h127 opc_dstore = 57, enumerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DInjector.h128 opc_dstore = 57, enumerator
/dports/java/jasmin/jasmin-2.4/src/jas/
H A DRuntimeConstants.java119 public static final int opc_dstore = 57; field
H A DInsn.java139 case opc_dstore: in Insn()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DInjector.h128 opc_dstore = 57, enumerator
/dports/science/paje/Paje_1.97/Tracers/JRastro/include/
H A DJRastro_classfile_constants.h161 opc_dstore = 57, enumerator
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DInjector.h128 opc_dstore = 57, enumerator
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DInjector.h128 opc_dstore = 57, enumerator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DInjector.h128 opc_dstore = 57,
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DInjector.h128 opc_dstore = 57, enumerator
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DInjector.h128 opc_dstore = 57, enumerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/instrument/
H A DRuntimeConstants.java169 int opc_dstore = 57; field

123