Searched refs:annotationItems (Results 1 – 2 of 2) sorted by relevance
49 public List<AnnotationItem> annotationItems; field in RawDexFile268 if (mapItem.size != annotationItems.size()) { in write()271 + annotationItems.size()); in write()273 for (AnnotationItem annotationItem : annotationItems) { in write()384 if (annotationItems != null) { in incrementIndex()385 for (AnnotationItem annotationItem : annotationItems) { in incrementIndex()
173 rawDexFile.annotationItems = new ArrayList<AnnotationItem>(mapItem.size); in read()176 rawDexFile.annotationItems.add(newAnnotationItem); in read()