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

  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 35 ManagedStatic<per_module_annot_t> annotationCache;
40 annotationCache->erase(Mod);
92 if ((*annotationCache).find(m) != (*annotationCache).end())
93 (*annotationCache)[m][gv] = tmp;
97 (*annotationCache)[m] = tmp1;
105 if ((*annotationCache).find(m) == (*annotationCache).end())
107 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
FeatureUtil.java 43 private static Map<AnnotatedElement, Annotation[]> annotationCache =
191 synchronized (annotationCache) {
192 annotations = annotationCache.get(classOrMethod);
195 annotationCache.put(classOrMethod, annotations);
  /prebuilts/sdk/tools/
jack.jar 

Completed in 215 milliseconds