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.java620 Dex.Section setIn = in.open(section.off); in transformAnnotationSets() local
622 transformAnnotationSet(indexMap, setIn); in transformAnnotationSets()
630 Dex.Section setIn = in.open(section.off); in transformAnnotationSetRefLists() local
632 transformAnnotationSetRefList(indexMap, setIn); in transformAnnotationSetRefLists()
739 private void transformAnnotationSet(IndexMap indexMap, Dex.Section setIn) { in transformAnnotationSet() argument
742 indexMap.putAnnotationSetOffset(setIn.getPosition(), annotationSetOut.getPosition()); in transformAnnotationSet()
744 int size = setIn.readInt(); in transformAnnotationSet()
748 annotationSetOut.writeInt(indexMap.adjustAnnotation(setIn.readInt())); in transformAnnotationSet()