Home
last modified time | relevance | path

Searched refs:annotationSetItems (Results 1 – 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DRawDexFile.java48 public List<AnnotationSetItem> annotationSetItems; field in RawDexFile
227 if (mapItem.size != annotationSetItems.size()) { in write()
230 + annotationSetItems.size()); in write()
232 for (AnnotationSetItem annotationSetItem : annotationSetItems) { in write()
DMapList.java131 rawDexFile.annotationSetItems = new ArrayList<AnnotationSetItem>(mapItem.size); in read()
134 rawDexFile.annotationSetItems.add(newAnnotationSetItem); in read()