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

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

Completed in 39 milliseconds