Uses of Class
com.aparapi.internal.model.ClassModel.ConstantPool.MethodEntry
Packages that use ClassModel.ConstantPool.MethodEntry
Package
Description
-
Uses of ClassModel.ConstantPool.MethodEntry in com.aparapi.internal.instruction
Methods in com.aparapi.internal.instruction that return ClassModel.ConstantPool.MethodEntryModifier and TypeMethodDescriptionInstructionSet.I_INVOKESPECIAL.getConstantPoolMethodEntry()
InstructionSet.I_INVOKESTATIC.getConstantPoolMethodEntry()
InstructionSet.I_INVOKEVIRTUAL.getConstantPoolMethodEntry()
InstructionSet.MethodCall.getConstantPoolMethodEntry()
-
Uses of ClassModel.ConstantPool.MethodEntry in com.aparapi.internal.model
Methods in com.aparapi.internal.model that return ClassModel.ConstantPool.MethodEntryMethods in com.aparapi.internal.model with parameters of type ClassModel.ConstantPool.MethodEntryModifier and TypeMethodDescriptionEntrypoint.getCallTarget
(ClassModel.ConstantPool.MethodEntry _methodEntry, boolean _isSpecial) ClassModel.getMethod
(ClassModel.ConstantPool.MethodEntry _methodEntry, boolean _isSpecial) Look up a ConstantPool MethodEntry and return the corresponding Method.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.MethodEntryModifier and TypeMethodDescriptionvoid
BlockWriter.writeMethod
(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry) void
KernelWriter.writeMethod
(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)