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

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

Completed in 1266 milliseconds