Searched refs:opc_getstatic (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DClassFileConstants.java101 public static final byte opc_getstatic = (byte) 0xb2; field in interface:ClassFileConstants
H A DClassFileAssembler.java555 public void opc_getstatic(short fieldIndex, int fieldSizeInStackSlots) { method in class:ClassFileAssembler
556 emitByte(opc_getstatic);
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java290 int opc_getstatic = 178; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java292 int opc_getstatic = 178; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java319 case opc_getstatic: case opc_invokevirtual:
488 case opc_getstatic:
601 case opc_putstatic: case opc_getstatic:
692 case opc_getstatic: case opc_putfield:
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java299 int opc_getstatic = 178; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java278 private static final int opc_getstatic = 178; field in class:ProxyGenerator
898 out.writeByte(opc_getstatic);
1112 out.writeByte(opc_getstatic);
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java460 case opc_getstatic:
722 case opc_getstatic:
1668 opc_getstatic = 178, field in class:Indify
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DFieldExpression.java1248 asm.add(where, opc_getstatic, field);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp557 /* 0xB0 */ &&opc_areturn, &&opc_return, &&opc_getstatic, &&opc_putstatic,

Completed in 71 milliseconds