Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DItemType.java52 public static final int ANNOTATION_ITEM = 0x2004; field in ItemType
74 case ANNOTATION_ITEM: return "annotation_item"; in getItemTypeName()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DDexAnnotator.java75 ItemType.ANNOTATION_ITEM,
137 case ItemType.ANNOTATION_ITEM: in DexAnnotator()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java1233 …writeMapItem(writer, ItemType.ANNOTATION_ITEM, annotationSection.getItems().size(), annotationSect…