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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DAnnotatedBytes.java179 if (nextEndpoint.pointAnnotations.size() > 0) {
184 nextEndpoint.pointAnnotations.get(0).annotation));
209 startPoint.pointAnnotations.add(new AnnotationItem(indentLevel, formattedMsg));
254 public final List<AnnotationItem> pointAnnotations = Lists.newArrayList(); field in class:AnnotatedBytes.AnnotationEndpoint
304 for (AnnotationItem pointAnnotation: annotations.pointAnnotations) {

Completed in 248 milliseconds