Searched refs:opc_iconst_0 (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DRuntimeConstants.java127 int opc_iconst_0 = 3; field in interface:RuntimeConstants
/openjdk10/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java115 int opc_iconst_0 = 3; field in interface:RuntimeConstants
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/asm/
H A DInstruction.java339 opc = opc_iconst_0 + v;
426 case opc_iconst_0: case opc_iconst_1: case opc_iconst_2:
/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DProxyGenerator.java106 private static final int opc_iconst_0 = 3; field in class:ProxyGenerator
1400 out.writeByte(opc_iconst_0 + value);
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp510 /* 0x00 */ &&opc_nop, &&opc_aconst_null,&&opc_iconst_m1,&&opc_iconst_0,

Completed in 105 milliseconds