Searched refs:setIn (Results 1 – 1 of 1) sorted by relevance
622 Dex.Section setIn = in.open(section.off); in transformAnnotationSets() local624 transformAnnotationSet(indexMap, setIn); in transformAnnotationSets()632 Dex.Section setIn = in.open(section.off); in transformAnnotationSetRefLists() local634 transformAnnotationSetRefList(indexMap, setIn); in transformAnnotationSetRefLists()741 private void transformAnnotationSet(IndexMap indexMap, Dex.Section setIn) { in transformAnnotationSet() argument744 indexMap.putAnnotationSetOffset(setIn.getPosition(), annotationSetOut.getPosition()); in transformAnnotationSet()746 int size = setIn.readInt(); in transformAnnotationSet()750 annotationSetOut.writeInt(indexMap.adjustAnnotation(setIn.readInt())); in transformAnnotationSet()