Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DAnnotationSetRefList.java41 public class AnnotationSetRefList { class
DAnnotationDirectoryItem.java111 … out.annotate(4, "%s", AnnotationSetRefList.getReferenceAnnotation(dexFile, annotationOffset)); in makeAnnotator()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DDexAnnotator.java120 … annotators.put(mapItem.getType(), AnnotationSetRefList.makeAnnotator(this, mapItem)); in DexAnnotator()