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

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DMethodAccessorGenerator.java442 cb.opc_new(targetClass);
452 cb.opc_new(indexForPrimitiveType(returnType));
474 cb.opc_new(nullPointerClass);
518 cb.opc_new(illegalArgumentClass);
620 cb.opc_new(illegalArgumentClass);
685 cb.opc_new(illegalArgumentClass);
695 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.java704 illegalArgumentCodeBuffer.opc_new(illegalArgumentClass);
/openjdk7/jdk/src/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.java492 asm.add(where, opc_new, field.getClassDeclaration());
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java299 int opc_new = 187; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java301 int opc_new = 187; field in interface:RuntimeConstants
H A DInject.java448 ib.injectAfter(opc_new, allocInjector);
/openjdk7/jdk/src/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:
691 case opc_new: case opc_putstatic:
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java308 int opc_new = 187; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java286 private static final int opc_new = 187; field in class:ProxyGenerator
965 out.writeByte(opc_new);
1193 out.writeByte(opc_new);
1218 out.writeByte(opc_new);
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java710 case opc_new:
1677 opc_new = 187, field in class:Indify
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp559 /* 0xB8 */ &&opc_invokestatic,&&opc_invokeinterface,&&opc_invokedynamic,&&opc_new,

Completed in 86 milliseconds