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 TypeClassDescriptionclassclassclassThis 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 TypeClassDescriptionclassWe throwClassParseExceptions (derived fromAparapiException) if we encounter any Aparapi unfriendly constructs.classclass -
Uses of AparapiException in com.aparapi.internal.kernel
Methods in com.aparapi.internal.kernel that throw AparapiExceptionModifier and TypeMethodDescriptionprivate KernelKernelRunner.executeOpenCL(Device device, KernelRunner.ExecutionSettings _settings) private voidKernelRunner.extractAtomicIntegerConversionBuffer(KernelArg arg) private voidKernelRunner.extractOopConversionBuffer(KernelArg arg) private booleanKernelRunner.prepareAtomicIntegerConversionBuffer(KernelArg arg) private booleanKernelRunner.prepareOopConversionBuffer(KernelArg arg) private voidKernelRunner.restoreObjects()private voidKernelRunner.setMultiArrayType(KernelArg arg, Class<?> type) private booleanKernelRunner.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.entrypointCacheprivate ValueCache<MethodKey, MethodModel, AparapiException> ClassModel.methodModelCacheMethods in com.aparapi.internal.model that throw AparapiExceptionModifier and TypeMethodDescriptionvoidMethodModel.checkForRecursion(Set<MethodModel> transitiveCalledMethods) (package private) EntrypointEntrypoint.cloneForKernel(Object _k) (package private) EntrypointClassModel.computeBasicEntrypoint(EntrypointKey entrypointKey) private MethodModelClassModel.computeMethodModel(MethodKey methodKey) ClassModel.getEntrypoint()ClassModel.getEntrypoint(String _entrypointName, Object _k) (package private) EntrypointClassModel.getEntrypoint(String _entrypointName, String _descriptor, Object _k) static FieldEntrypoint.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 voidMethodModel.init(ClassModel.ClassModelMethod _method) Entrypoint.resolveAccessorCandidate(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry) (package private) ClassModel.ClassModelMethodEntrypoint.resolveCalledMethod(InstructionSet.MethodCall methodCall, ClassModel classModel) voidEntrypoint.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