Uses of Interface
com.aparapi.internal.instruction.InstructionSet.MethodCall
Packages that use InstructionSet.MethodCall
Package
Description
-
Uses of InstructionSet.MethodCall in com.aparapi.internal.instruction
Subinterfaces of InstructionSet.MethodCall in com.aparapi.internal.instructionClasses in com.aparapi.internal.instruction that implement InstructionSet.MethodCallModifier and TypeClassDescriptionstatic class
static class
static class
-
Uses of InstructionSet.MethodCall in com.aparapi.internal.model
Methods in com.aparapi.internal.model that return types with arguments of type InstructionSet.MethodCallMethods in com.aparapi.internal.model with parameters of type InstructionSet.MethodCallModifier and TypeMethodDescriptionEntrypoint.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.MethodCallModifier and TypeMethodDescriptionvoid
BlockWriter.writeMethod
(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry) void
KernelWriter.writeMethod
(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)