Searched refs:setIn (Results 1 – 1 of 1) sorted by relevance
620 Dex.Section setIn = in.open(section.off); in transformAnnotationSets() local622 transformAnnotationSet(indexMap, setIn); in transformAnnotationSets()630 Dex.Section setIn = in.open(section.off); in transformAnnotationSetRefLists() local632 transformAnnotationSetRefList(indexMap, setIn); in transformAnnotationSetRefLists()739 private void transformAnnotationSet(IndexMap indexMap, Dex.Section setIn) { in transformAnnotationSet() argument742 indexMap.putAnnotationSetOffset(setIn.getPosition(), annotationSetOut.getPosition()); in transformAnnotationSet()744 int size = setIn.readInt(); in transformAnnotationSet()748 annotationSetOut.writeInt(indexMap.adjustAnnotation(setIn.readInt())); in transformAnnotationSet()