Home
last modified time | relevance | path

Searched refs:annotatations (Results 1 – 2 of 2) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java69 @Nonnull private TreeMap<Integer, AnnotationEndpoint> annotatations = Maps.newTreeMap(); field in AnnotatedBytes
138 AnnotationEndpoint startPoint = annotatations.get(cursor); in annotate()
141 Map.Entry<Integer, AnnotationEndpoint> previousEntry = annotatations.lowerEntry(cursor); in annotate()
165 Map.Entry<Integer, AnnotationEndpoint> nextEntry = annotatations.higherEntry(cursor); in annotate()
206 annotatations.put(cursor, startPoint); in annotate()
216 annotatations.put(exclusiveEndOffset, endPoint); in annotate()
224 Integer endOffset = annotatations.higherKey(offset); in formatAnnotation()
292 Integer[] keys = new Integer[annotatations.size()]; in writeAnnotations()
293 keys = annotatations.keySet().toArray(keys); in writeAnnotations()
295 AnnotationEndpoint[] values = new AnnotationEndpoint[annotatations.size()]; in writeAnnotations()
[all …]
/external/libcxx/include/
Dvector812 // We call annotatations only for the default Allocator because other allocators