Home
last modified time | relevance | path

Searched refs:setIn (Results 1 – 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java622 Dex.Section setIn = in.open(section.off); in transformAnnotationSets() local
624 transformAnnotationSet(indexMap, setIn); in transformAnnotationSets()
632 Dex.Section setIn = in.open(section.off); in transformAnnotationSetRefLists() local
634 transformAnnotationSetRefList(indexMap, setIn); in transformAnnotationSetRefLists()
741 private void transformAnnotationSet(IndexMap indexMap, Dex.Section setIn) { in transformAnnotationSet() argument
744 indexMap.putAnnotationSetOffset(setIn.getPosition(), annotationSetOut.getPosition()); in transformAnnotationSet()
746 int size = setIn.readInt(); in transformAnnotationSet()
750 annotationSetOut.writeInt(indexMap.adjustAnnotation(setIn.readInt())); in transformAnnotationSet()