Searched refs:annotationSetOut (Results 1 – 1 of 1) sorted by relevance
75 private final Dex.Section annotationSetOut; field in DexMerger128 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()