Searched refs:opc_invokestatic (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DFieldUpdater.java188 asm.add(where, opc_invokestatic, getter);
207 asm.add(where, opc_invokestatic, setter);
239 asm.add(where, opc_invokestatic, setter);
H A DExpression.java503 asm.add(where, opc_invokestatic, f1);
517 asm.add(where, opc_invokestatic, f2);
524 asm.add(where, opc_invokestatic, f);
H A DMethodExpression.java897 asm.add(where, opc_invokestatic, field);
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DClassFileConstants.java109 public static final byte opc_invokestatic = (byte) 0xb8; field in interface:ClassFileConstants
H A DClassFileAssembler.java607 public void opc_invokestatic(short methodIndex, method in class:ClassFileAssembler
611 emitByte(opc_invokestatic);
H A DMethodAccessorGenerator.java643 cb.opc_invokestatic(targetMethodRef,
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInject.java77 injection[0] = (byte)opc_invokestatic;
97 injection[1] = (byte)opc_invokestatic;
148 injection[3] = (byte)opc_invokestatic;
575 c.writeU1(opc_invokestatic);
626 c.writeU1(opc_invokestatic);
H A DRuntimeConstants.java298 int opc_invokestatic = 184; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java296 int opc_invokestatic = 184; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java320 case opc_invokespecial: case opc_invokestatic:
500 case opc_invokestatic:
604 case opc_invokestatic: case opc_instanceof:
694 case opc_invokespecial: case opc_invokestatic:
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java305 int opc_invokestatic = 184; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java284 private static final int opc_invokestatic = 184; field in class:ProxyGenerator
1028 out.writeByte(opc_invokestatic);
1399 out.writeByte(opc_invokestatic);
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java391 if (i.bc != opc_invokestatic) continue;
756 case opc_invokestatic:
760 boolean hasRecv = (bc != opc_invokestatic);
1674 opc_invokestatic = 184, 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 2926 milliseconds