Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java75 private final Dex.Section annotationSetOut; field in DexMerger
128 annotationSetOut = dexOut.appendSection(writerSizes.annotationsSet, "annotation sets"); in DexMerger()
810 annotationSetOut.assertFourByteAligned(); in transformAnnotationSet()
811 indexMap.putAnnotationSetOffset(setIn.getPosition(), annotationSetOut.getPosition()); in transformAnnotationSet()
814 annotationSetOut.writeInt(size); in transformAnnotationSet()
817 annotationSetOut.writeInt(indexMap.adjustAnnotation(setIn.readInt())); in transformAnnotationSet()
1106 annotationsSet = dexMerger.annotationSetOut.used(); in WriterSizes()