Searched refs:opc_new (Results 1 - 14 of 14) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/jdk/internal/reflect/
H A DMethodAccessorGenerator.java437 cb.opc_new(targetClass);
458 cb.opc_new(nullPointerClass);
502 cb.opc_new(illegalArgumentClass);
604 cb.opc_new(illegalArgumentClass);
673 cb.opc_new(illegalArgumentClass);
683 cb.opc_new(invocationTargetClass);
H A DClassFileConstants.java116 public static final byte opc_new = (byte) 0xbb; field in interface:ClassFileConstants
H A DClassFileAssembler.java642 public void opc_new(short classIndex) { method in class:ClassFileAssembler
643 emitByte(opc_new);
H A DAccessorGenerator.java715 illegalArgumentCodeBuffer.opc_new(illegalArgumentClass);
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DAssignAddExpression.java69 asm.add(where, opc_new, c);
110 asm.add(where, opc_new, c);
H A DInlineNewInstanceExpression.java91 asm.add(where, opc_new, field.getClassDeclaration());
H A DExpression.java543 asm.add(where, opc_new, sbClass); // create the class
H A DNewInstanceExpression.java493 asm.add(where, opc_new, field.getClassDeclaration());
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/asm/
H A DInstruction.java317 case opc_new: case opc_putfield:
432 case opc_f2d: case opc_new:
600 case opc_ldc2_w: case opc_new:
692 case opc_new: case opc_putstatic:
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DRuntimeConstants.java311 int opc_new = 187; field in interface:RuntimeConstants
/openjdk10/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java299 int opc_new = 187; field in interface:RuntimeConstants
/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DProxyGenerator.java289 private static final int opc_new = 187; field in class:ProxyGenerator
989 out.writeByte(opc_new);
1217 out.writeByte(opc_new);
1242 out.writeByte(opc_new);
/openjdk10/jdk/test/java/lang/invoke/indify/
H A DIndify.java710 case opc_new:
1677 opc_new = 187, field in class:Indify
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp567 /* 0xB8 */ &&opc_invokestatic,&&opc_invokeinterface,&&opc_invokedynamic,&&opc_new,

Completed in 196 milliseconds