Searched refs:opc_instanceof (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DInstanceOfExpression.java111 asm.add(where, opc_instanceof, env.getClassDeclaration(right.type));
113 asm.add(where, opc_instanceof, right.type);
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DClassFileConstants.java123 public static final byte opc_instanceof = (byte) 0xc1; field in interface:ClassFileConstants
H A DClassFileAssembler.java667 public void opc_instanceof(short classIndex) { method in class:ClassFileAssembler
668 emitByte(opc_instanceof);
H A DMethodAccessorGenerator.java591 cb.opc_instanceof(indexForPrimitiveType(c));
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java305 int opc_instanceof = 193; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java307 int opc_instanceof = 193; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java321 case opc_invokeinterface: case opc_instanceof:
420 case opc_instanceof: case opc_checkcast: case opc_newarray:
604 case opc_invokestatic: case opc_instanceof:
695 case opc_instanceof: case opc_checkcast:
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java314 int opc_instanceof = 193; field in interface:RuntimeConstants
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp562 /* 0xC0 */ &&opc_checkcast, &&opc_instanceof, &&opc_monitorenter, &&opc_monitorexit,

Completed in 72 milliseconds