Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DAnnotationDirectoryItem.java61 AnnotationSetItem.getReferenceAnnotation(dexFile, classAnnotationsOffset)); in makeAnnotator()
81 … out.annotate(4, "%s", AnnotationSetItem.getReferenceAnnotation(dexFile, annotationOffset)); in makeAnnotator()
96 … out.annotate(4, "%s", AnnotationSetItem.getReferenceAnnotation(dexFile, annotationOffset)); in makeAnnotator()
DAnnotationSetItem.java41 public class AnnotationSetItem { class
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DDexAnnotator.java123 … annotators.put(mapItem.getType(), AnnotationSetItem.makeAnnotator(this, mapItem)); in DexAnnotator()