Uses of Class
com.aparapi.internal.model.ValueCache
-
Packages that use ValueCache Package Description com.aparapi com.aparapi.internal.model -
-
Uses of ValueCache in com.aparapi
Fields in com.aparapi declared as ValueCache Modifier and Type Field Description private static ValueCache<java.lang.Class<?>,java.util.Map<java.lang.String,java.lang.Boolean>,java.lang.RuntimeException>
Kernel. atomic32Cache
private static ValueCache<java.lang.Class<?>,java.util.Map<java.lang.String,java.lang.Boolean>,java.lang.RuntimeException>
Kernel. atomic64Cache
private static ValueCache<java.lang.Class<?>,java.util.Map<java.lang.String,java.lang.Boolean>,java.lang.RuntimeException>
Kernel. mappedMethodFlags
private static ValueCache<java.lang.Class<?>,java.util.Map<java.lang.String,java.lang.String>,java.lang.RuntimeException>
Kernel. mappedMethodNamesCache
private static ValueCache<java.lang.Class<?>,java.util.Map<java.lang.String,java.lang.Boolean>,java.lang.RuntimeException>
Kernel. openCLDelegateMethodFlags
Methods in com.aparapi that return ValueCache Modifier and Type Method Description private static <K,V,T extends java.lang.Throwable>
ValueCache<java.lang.Class<?>,java.util.Map<K,V>,T>Kernel. cacheProperty(ValueCache.ThrowingValueComputer<java.lang.Class<?>,java.util.Map<K,V>,T> throwingValueComputer)
private static <A extends java.lang.annotation.Annotation>
ValueCache<java.lang.Class<?>,java.util.Map<java.lang.String,java.lang.Boolean>,java.lang.RuntimeException>Kernel. markedWith(java.lang.Class<A> annotationClass)
Methods in com.aparapi with parameters of type ValueCache Modifier and Type Method Description private static boolean
Kernel. getBoolean(ValueCache<java.lang.Class<?>,java.util.Map<java.lang.String,java.lang.Boolean>,java.lang.RuntimeException> methodNamesCache, ClassModel.ConstantPool.MethodReferenceEntry methodReferenceEntry)
private static <V,T extends java.lang.Throwable>
VKernel. getProperty(ValueCache<java.lang.Class<?>,java.util.Map<java.lang.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 ValueCache Modifier and Type Field Description private static ValueCache<java.lang.Class<?>,ClassModel,ClassParseException>
ClassModel. classModelCache
private ValueCache<EntrypointKey,Entrypoint,AparapiException>
ClassModel. entrypointCache
private ValueCache<MethodKey,MethodModel,AparapiException>
ClassModel. methodModelCache
private ValueCache<java.lang.String,java.lang.Integer,ClassParseException>
ClassModel. privateMemorySizes
Methods in com.aparapi.internal.model that return ValueCache Modifier and Type Method Description static <K,V,T extends java.lang.Throwable>
ValueCache<K,V,T>ValueCache. on(ValueCache.ThrowingValueComputer<K,V,T> computer)
-