Searched refs:annotationCache (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp35 ManagedStatic<per_module_annot_t> annotationCache; variable
85 if ((*annotationCache).find(m) != (*annotationCache).end())
86 (*annotationCache)[m][gv] = tmp;
90 (*annotationCache)[m] = tmp1;
97 if ((*annotationCache).find(m) == (*annotationCache).end())
99 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end())
101 if ((*annotationCache)[
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DFeatureUtil.java43 private static Map<AnnotatedElement, Annotation[]> annotationCache = field in class:FeatureUtil
191 synchronized (annotationCache) {
192 annotations = annotationCache.get(classOrMethod);
195 annotationCache.put(classOrMethod, annotations);

Completed in 131 milliseconds