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.MethodEntryInstructionSet.I_INVOKESPECIAL. getConstantPoolMethodEntry()ClassModel.ConstantPool.MethodEntryInstructionSet.I_INVOKESTATIC. getConstantPoolMethodEntry()ClassModel.ConstantPool.MethodEntryInstructionSet.I_INVOKEVIRTUAL. getConstantPoolMethodEntry()ClassModel.ConstantPool.MethodEntryInstructionSet.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.MethodEntryClassModel.ConstantPool. getMethodEntry(int _index)Methods in com.aparapi.internal.model with parameters of type ClassModel.ConstantPool.MethodEntry Modifier and Type Method Description MethodModelEntrypoint. getCallTarget(ClassModel.ConstantPool.MethodEntry _methodEntry, boolean _isSpecial)ClassModel.ClassModelMethodClassModel. getMethod(ClassModel.ConstantPool.MethodEntry _methodEntry, boolean _isSpecial)Look up a ConstantPool MethodEntry and return the corresponding Method.ClassModel.ClassModelMethodEntrypoint. 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 voidBlockWriter. writeMethod(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)voidKernelWriter. writeMethod(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)
-