HomeSort by relevance Sort by last modified time
    Searched defs:annotationCache (Results 1 - 4 of 4) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
FeatureUtil.java 41 private static Map<AnnotatedElement, Annotation[]> annotationCache =
189 synchronized (annotationCache) {
190 annotations = annotationCache.get(classOrMethod);
193 annotationCache.put(classOrMethod, annotations);
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 35 ManagedStatic<per_module_annot_t> annotationCache;
40 annotationCache->erase(Mod);
93 if ((*annotationCache).find(m) != (*annotationCache).end())
94 (*annotationCache)[m][gv] = std::move(tmp);
98 (*annotationCache)[m] = std::move(tmp1);
106 if ((*annotationCache).find(m) == (*annotationCache).end())
108 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 37 static ManagedStatic<per_module_annot_t> annotationCache;
42 annotationCache->erase(Mod);
95 if ((*annotationCache).find(m) != (*annotationCache).end())
96 (*annotationCache)[m][gv] = std::move(tmp);
100 (*annotationCache)[m] = std::move(tmp1);
108 if ((*annotationCache).find(m) == (*annotationCache).end())
110 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()
    [all...]
  /external/guice/lib/build/
guava-testlib-19.0.jar 

Completed in 93 milliseconds