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

  /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/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);
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 219 milliseconds