Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java69 @Nonnull private TreeMap<Integer, AnnotationEndpoint> annotatations = Maps.newTreeMap();
135 AnnotationEndpoint endPoint = null; in annotate()
138 AnnotationEndpoint startPoint = annotatations.get(cursor); in annotate()
141 Map.Entry<Integer, AnnotationEndpoint> previousEntry = annotatations.lowerEntry(cursor); in annotate()
143 AnnotationEndpoint previousAnnotations = previousEntry.getValue(); in annotate()
165 Map.Entry<Integer, AnnotationEndpoint> nextEntry = annotatations.higherEntry(cursor); in annotate()
171 AnnotationEndpoint nextEndpoint = nextEntry.getValue(); in annotate()
205 startPoint = new AnnotationEndpoint(); in annotate()
215 endPoint = new AnnotationEndpoint(); in annotate()
251 private static class AnnotationEndpoint { class in AnnotatedBytes
[all …]