Uses of Interface
com.aparapi.internal.instruction.InstructionSet.MethodCall
-
Packages that use InstructionSet.MethodCall Package Description com.aparapi.internal.instruction com.aparapi.internal.model com.aparapi.internal.writer -
-
Uses of InstructionSet.MethodCall in com.aparapi.internal.instruction
Subinterfaces of InstructionSet.MethodCall in com.aparapi.internal.instruction Modifier and Type Interface Description static interface
InstructionSet.VirtualMethodCall
Classes in com.aparapi.internal.instruction that implement InstructionSet.MethodCall Modifier and Type Class Description static class
InstructionSet.I_INVOKESPECIAL
static class
InstructionSet.I_INVOKESTATIC
static class
InstructionSet.I_INVOKEVIRTUAL
-
Uses of InstructionSet.MethodCall in com.aparapi.internal.model
Methods in com.aparapi.internal.model that return types with arguments of type InstructionSet.MethodCall Modifier and Type Method Description java.util.List<InstructionSet.MethodCall>
MethodModel. getMethodCalls()
Methods in com.aparapi.internal.model with parameters of type InstructionSet.MethodCall Modifier and Type Method Description ClassModel.ClassModelMethod
Entrypoint. resolveAccessorCandidate(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)
(package private) ClassModel.ClassModelMethod
Entrypoint. resolveCalledMethod(InstructionSet.MethodCall methodCall, ClassModel classModel)
-
Uses of InstructionSet.MethodCall in com.aparapi.internal.writer
Methods in com.aparapi.internal.writer with parameters of type InstructionSet.MethodCall Modifier and Type Method Description void
BlockWriter. writeMethod(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)
void
KernelWriter. writeMethod(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)
-