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

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

Completed in 173 milliseconds