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

/openjdk10/jdk/src/jdk.rmic/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);
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/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.java627 cb.opc_invokestatic(targetMethodRef,
653 cb.opc_invokestatic(boxingMethodForPrimitiveType(returnType),
/openjdk10/jdk/src/jdk.rmic/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:
695 case opc_invokespecial: case opc_invokestatic:
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DRuntimeConstants.java308 int opc_invokestatic = 184; field in interface:RuntimeConstants
/openjdk10/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java296 int opc_invokestatic = 184; field in interface:RuntimeConstants
/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DProxyGenerator.java287 private static final int opc_invokestatic = 184; field in class:ProxyGenerator
1052 out.writeByte(opc_invokestatic);
1423 out.writeByte(opc_invokestatic);
/openjdk10/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
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp567 /* 0xB8 */ &&opc_invokestatic,&&opc_invokeinterface,&&opc_invokedynamic,&&opc_new,

Completed in 215 milliseconds