Uses of Class
com.aparapi.internal.model.ClassModel.ConstantPool.MethodEntry
-
Packages that use ClassModel.ConstantPool.MethodEntry Package Description com.aparapi.internal.instruction com.aparapi.internal.model com.aparapi.internal.writer -
-
Uses of ClassModel.ConstantPool.MethodEntry in com.aparapi.internal.instruction
Methods in com.aparapi.internal.instruction that return ClassModel.ConstantPool.MethodEntry Modifier and Type Method Description ClassModel.ConstantPool.MethodEntry
InstructionSet.I_INVOKESPECIAL. getConstantPoolMethodEntry()
ClassModel.ConstantPool.MethodEntry
InstructionSet.I_INVOKESTATIC. getConstantPoolMethodEntry()
ClassModel.ConstantPool.MethodEntry
InstructionSet.I_INVOKEVIRTUAL. getConstantPoolMethodEntry()
ClassModel.ConstantPool.MethodEntry
InstructionSet.MethodCall. getConstantPoolMethodEntry()
-
Uses of ClassModel.ConstantPool.MethodEntry in com.aparapi.internal.model
Methods in com.aparapi.internal.model that return ClassModel.ConstantPool.MethodEntry Modifier and Type Method Description ClassModel.ConstantPool.MethodEntry
ClassModel.ConstantPool. getMethodEntry(int _index)
Methods in com.aparapi.internal.model with parameters of type ClassModel.ConstantPool.MethodEntry Modifier and Type Method Description MethodModel
Entrypoint. getCallTarget(ClassModel.ConstantPool.MethodEntry _methodEntry, boolean _isSpecial)
ClassModel.ClassModelMethod
ClassModel. getMethod(ClassModel.ConstantPool.MethodEntry _methodEntry, boolean _isSpecial)
Look up a ConstantPool MethodEntry and return the corresponding Method.ClassModel.ClassModelMethod
Entrypoint. resolveAccessorCandidate(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)
-
Uses of ClassModel.ConstantPool.MethodEntry in com.aparapi.internal.writer
Methods in com.aparapi.internal.writer with parameters of type ClassModel.ConstantPool.MethodEntry 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)
-