Searched refs:InvokeInstruction (Results 1 – 17 of 17) sorted by relevance
32 public abstract class InvokeInstruction extends FieldOrMethod implements ExceptionThrower, class39 InvokeInstruction() { in InvokeInstruction() method in InvokeInstruction46 protected InvokeInstruction(final short opcode, final int index) { in InvokeInstruction() method in InvokeInstruction
36 public class INVOKESTATIC extends InvokeInstruction {
36 public class INVOKEVIRTUAL extends InvokeInstruction {
37 public class INVOKESPECIAL extends InvokeInstruction {
37 public final class INVOKEINTERFACE extends InvokeInstruction {
41 public class INVOKEDYNAMIC extends InvokeInstruction {
85 …public InvokeInstruction createInvoke( final String class_name, final String name, final Type ret_… in createInvoke()192 private InvokeInstruction createInvoke( final MethodObject m, final short kind ) { in createInvoke()
81 void visitInvokeInstruction( InvokeInstruction obj ); in visitInvokeInstruction()
113 public void visitInvokeInstruction( final InvokeInstruction obj ) { in visitInvokeInstruction()
29 import org.apache.bcel.generic.InvokeInstruction;84 final InvokeInstruction ii = (InvokeInstruction)(ih.getInstruction()); in testB262()
244 4 0 0 900 -1 16 10 1.5708 4 120 1185 3135 2674 InvokeInstruction\001
46 import org.apache.bcel.generic.InvokeInstruction;160 public void visitInvokeInstruction( final InvokeInstruction i ) { in visitInvokeInstruction()
74 import org.apache.bcel.generic.InvokeInstruction;662 public void visitInvokeInstruction(final InvokeInstruction o) { in visitInvokeInstruction()1164 …private Method getMethodRecursive(final JavaClass jc, final InvokeInstruction invoke) throws Class… in getMethodRecursive()1197 private Method getMethod(final JavaClass jc, final InvokeInstruction invoke) { in getMethod()
382 (object Class "InvokeInstruction"1941 (object ClassView "Class" "Logical View::InvokeInstruction" @861953 label "InvokeInstruction")
327 o BCEL-262: InvokeInstruction.getClassName(ConstantPoolGen) should not throw
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
307 public void visitInvokeInstruction(final InvokeInstruction o) { in visitInvokeInstruction()