Searched defs:opc_instanceof (Results 1 - 5 of 5) sorted by relevance

/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);
/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/java/
H A DRuntimeConstants.java314 int opc_instanceof = 193; field in interface:RuntimeConstants

Completed in 43 milliseconds