OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:annotationCache
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp
35
ManagedStatic<per_module_annot_t>
annotationCache
;
84
if ((*
annotationCache
).find(m) != (*
annotationCache
).end())
85
(*
annotationCache
)[m][gv] = tmp;
89
(*
annotationCache
)[m] = tmp1;
96
if ((*
annotationCache
).find(m) == (*
annotationCache
).end())
98
else if ((*
annotationCache
)[m].find(gv) == (*
annotationCache
)[m].end())
100
if ((*
annotationCache
)[m][gv].find(prop) == (*annotationCache)[m][gv].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);
Completed in 42 milliseconds