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.atomic32Cacheprivate static final ValueCache<Class<?>, Map<String, Boolean>, RuntimeException> Kernel.atomic64Cacheprivate static final ValueCache<Class<?>, Map<String, Boolean>, RuntimeException> Kernel.mappedMethodFlagsprivate static final ValueCache<Class<?>, Map<String, String>, RuntimeException> Kernel.mappedMethodNamesCacheprivate static final ValueCache<Class<?>, Map<String, Boolean>, RuntimeException> Kernel.openCLDelegateMethodFlagsMethods 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 booleanKernel.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.classModelCacheprivate final ValueCache<EntrypointKey, Entrypoint, AparapiException> ClassModel.entrypointCacheprivate ValueCache<MethodKey, MethodModel, AparapiException> ClassModel.methodModelCacheprivate ValueCache<String, Integer, ClassParseException> ClassModel.privateMemorySizesMethods 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)