Searched refs:opc_checkcast (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DClassFileConstants.java122 public static final byte opc_checkcast = (byte) 0xc0; field in interface:ClassFileConstants
H A DMethodAccessorGenerator.java481 cb.opc_checkcast(targetClass);
599 cb.opc_checkcast(indexForPrimitiveType(c));
626 cb.opc_checkcast(paramTypeCPIdx);
H A DClassFileAssembler.java662 public void opc_checkcast(short classIndex) { method in class:ClassFileAssembler
663 emitByte(opc_checkcast);
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java304 int opc_checkcast = 192; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java306 int opc_checkcast = 192; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java322 case opc_checkcast:
420 case opc_instanceof: case opc_checkcast: case opc_newarray:
605 case opc_checkcast: case opc_anewarray:
695 case opc_instanceof: case opc_checkcast:
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java313 int opc_checkcast = 192; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DExpression.java725 asm.add(where, opc_checkcast, env.getClassDeclaration(t));
743 asm.add(where, opc_checkcast, t);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java291 private static final int opc_checkcast = 192; field in class:ProxyGenerator
1051 out.writeByte(opc_checkcast);
1078 out.writeByte(opc_checkcast);
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java952 case opc_checkcast:
1679 opc_checkcast = 192, field in class:Indify
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp562 /* 0xC0 */ &&opc_checkcast, &&opc_instanceof, &&opc_monitorenter, &&opc_monitorexit,

Completed in 71 milliseconds