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 interfaceInstructionSet.VirtualMethodCallClasses in com.aparapi.internal.instruction that implement InstructionSet.MethodCall Modifier and Type Class Description static classInstructionSet.I_INVOKESPECIALstatic classInstructionSet.I_INVOKESTATICstatic classInstructionSet.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.ClassModelMethodEntrypoint. resolveAccessorCandidate(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)(package private) ClassModel.ClassModelMethodEntrypoint. 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 voidBlockWriter. writeMethod(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)voidKernelWriter. writeMethod(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)
-