Uses of Class
com.aparapi.internal.exception.AparapiException
Packages that use AparapiException
Package
Description
-
Uses of AparapiException in com.aparapi.exception
Subclasses of AparapiException in com.aparapi.exceptionModifier and TypeClassDescriptionclass
class
class
This exception is thrown when an unexpected behavior occurs while querying the OpenCL platform. -
Uses of AparapiException in com.aparapi.internal.exception
Subclasses of AparapiException in com.aparapi.internal.exceptionModifier and TypeClassDescriptionclass
We throwClassParseException
s (derived fromAparapiException
) if we encounter any Aparapi unfriendly constructs.class
class
-
Uses of AparapiException in com.aparapi.internal.kernel
Methods in com.aparapi.internal.kernel that throw AparapiExceptionModifier and TypeMethodDescriptionprivate Kernel
KernelRunner.executeOpenCL
(Device device, KernelRunner.ExecutionSettings _settings) private void
KernelRunner.extractAtomicIntegerConversionBuffer
(KernelArg arg) private void
KernelRunner.extractOopConversionBuffer
(KernelArg arg) private boolean
KernelRunner.prepareAtomicIntegerConversionBuffer
(KernelArg arg) private boolean
KernelRunner.prepareOopConversionBuffer
(KernelArg arg) private void
KernelRunner.restoreObjects()
private void
KernelRunner.setMultiArrayType
(KernelArg arg, Class<?> type) private boolean
KernelRunner.updateKernelArrayRefs()
-
Uses of AparapiException in com.aparapi.internal.model
Fields in com.aparapi.internal.model with type parameters of type AparapiExceptionModifier and TypeFieldDescriptionprivate final ValueCache
<EntrypointKey, Entrypoint, AparapiException> ClassModel.entrypointCache
private ValueCache
<MethodKey, MethodModel, AparapiException> ClassModel.methodModelCache
Methods in com.aparapi.internal.model that throw AparapiExceptionModifier and TypeMethodDescriptionvoid
MethodModel.checkForRecursion
(Set<MethodModel> transitiveCalledMethods) (package private) Entrypoint
Entrypoint.cloneForKernel
(Object _k) (package private) Entrypoint
ClassModel.computeBasicEntrypoint
(EntrypointKey entrypointKey) private MethodModel
ClassModel.computeMethodModel
(MethodKey methodKey) ClassModel.getEntrypoint()
ClassModel.getEntrypoint
(String _entrypointName, Object _k) (package private) Entrypoint
ClassModel.getEntrypoint
(String _entrypointName, String _descriptor, Object _k) static Field
Entrypoint.getFieldFromClassHierarchy
(Class<?> _clazz, String _name) ClassModel.getMethodModel
(String _name, String _signature) Create a MethodModel for a given method name and signature.Entrypoint.getOrUpdateAllClassAccesses
(String className) private void
MethodModel.init
(ClassModel.ClassModelMethod _method) Entrypoint.resolveAccessorCandidate
(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry) (package private) ClassModel.ClassModelMethod
Entrypoint.resolveCalledMethod
(InstructionSet.MethodCall methodCall, ClassModel classModel) void
Entrypoint.updateObjectMemberFieldAccesses
(String className, ClassModel.ConstantPool.FieldEntry field) Constructors in com.aparapi.internal.model that throw AparapiExceptionModifierConstructorDescriptionEntrypoint
(ClassModel _classModel, MethodModel _methodModel, Object _k) (package private)
MethodModel
(ClassModel.ClassModelMethod _method) (package private)
MethodModel
(ClassModel.ClassModelMethod _method, Entrypoint _entrypoint) -
Uses of AparapiException in com.aparapi.internal.tool
Methods in com.aparapi.internal.tool that throw AparapiException