Uses of Class
com.aparapi.internal.model.ValueCache
Packages that use ValueCache
-
Uses of ValueCache in com.aparapi
Fields in com.aparapi declared as ValueCacheModifier and TypeFieldDescriptionprivate static final ValueCache
<Class<?>, Map<String, Boolean>, RuntimeException> Kernel.atomic32Cache
private static final ValueCache
<Class<?>, Map<String, Boolean>, RuntimeException> Kernel.atomic64Cache
private static final ValueCache
<Class<?>, Map<String, Boolean>, RuntimeException> Kernel.mappedMethodFlags
private static final ValueCache
<Class<?>, Map<String, String>, RuntimeException> Kernel.mappedMethodNamesCache
private static final ValueCache
<Class<?>, Map<String, Boolean>, RuntimeException> Kernel.openCLDelegateMethodFlags
Methods in com.aparapi that return ValueCacheModifier and TypeMethodDescriptionprivate static <K,
V, T extends Throwable>
ValueCache<Class<?>, Map<K, V>, T> Kernel.cacheProperty
(ValueCache.ThrowingValueComputer<Class<?>, Map<K, V>, T> throwingValueComputer) private static <A extends Annotation>
ValueCache<Class<?>, Map<String, Boolean>, RuntimeException> Kernel.markedWith
(Class<A> annotationClass) Methods in com.aparapi with parameters of type ValueCacheModifier and TypeMethodDescriptionprivate static boolean
Kernel.getBoolean
(ValueCache<Class<?>, Map<String, Boolean>, RuntimeException> methodNamesCache, ClassModel.ConstantPool.MethodReferenceEntry methodReferenceEntry) private static <V,
T extends Throwable>
VKernel.getProperty
(ValueCache<Class<?>, Map<String, V>, T> cache, ClassModel.ConstantPool.MethodReferenceEntry methodReferenceEntry, V defaultValue) -
Uses of ValueCache in com.aparapi.internal.model
Fields in com.aparapi.internal.model declared as ValueCacheModifier and TypeFieldDescriptionprivate static final ValueCache
<Class<?>, ClassModel, ClassParseException> ClassModel.classModelCache
private final ValueCache
<EntrypointKey, Entrypoint, AparapiException> ClassModel.entrypointCache
private ValueCache
<MethodKey, MethodModel, AparapiException> ClassModel.methodModelCache
private ValueCache
<String, Integer, ClassParseException> ClassModel.privateMemorySizes
Methods in com.aparapi.internal.model that return ValueCacheModifier and TypeMethodDescriptionstatic <K,
V, T extends Throwable>
ValueCache<K, V, T> ValueCache.on
(ValueCache.ThrowingValueComputer<K, V, T> computer)