Searched refs:opc_wide (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DRuntimeConstants.java320 int opc_wide = 196; field in interface:RuntimeConstants
/openjdk10/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java308 int opc_wide = 196; field in interface:RuntimeConstants
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/asm/
H A DInstruction.java660 out.writeByte(opc_wide);
675 out.writeByte(opc_wide);
708 out.writeByte(opc_wide);
/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DProxyGenerator.java298 private static final int opc_wide = 196; field in class:ProxyGenerator
1366 out.writeByte(opc_wide);
/openjdk10/jdk/test/java/lang/invoke/indify/
H A DIndify.java1682 opc_wide = 196; field in class:Indify
1740 assert(insns[opc_wide].startsWith("wide"));
1835 case opc_wide:
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp571 /* 0xC4 */ &&opc_wide, &&opc_multianewarray, &&opc_ifnull, &&opc_ifnonnull,

Completed in 115 milliseconds