Searched refs:setIn (Results 1 – 1 of 1) sorted by relevance
689 Dex.Section setIn = in.open(section.off); in transformAnnotationSets() local691 transformAnnotationSet(indexMap, setIn); in transformAnnotationSets()699 Dex.Section setIn = in.open(section.off); in transformAnnotationSetRefLists() local701 transformAnnotationSetRefList(indexMap, setIn); in transformAnnotationSetRefLists()808 private void transformAnnotationSet(IndexMap indexMap, Dex.Section setIn) { in transformAnnotationSet() argument811 indexMap.putAnnotationSetOffset(setIn.getPosition(), annotationSetOut.getPosition()); in transformAnnotationSet()813 int size = setIn.readInt(); in transformAnnotationSet()817 annotationSetOut.writeInt(indexMap.adjustAnnotation(setIn.readInt())); in transformAnnotationSet()