Searched refs:annotationSetOut (Results 1 – 1 of 1) sorted by relevance
72 private final Dex.Section annotationSetOut; field in DexMerger124 annotationSetOut = dexOut.appendSection(writerSizes.annotationsSet, "annotation sets"); in DexMerger()741 annotationSetOut.assertFourByteAligned(); in transformAnnotationSet()742 indexMap.putAnnotationSetOffset(setIn.getPosition(), annotationSetOut.getPosition()); in transformAnnotationSet()745 annotationSetOut.writeInt(size); in transformAnnotationSet()748 annotationSetOut.writeInt(indexMap.adjustAnnotation(setIn.readInt())); in transformAnnotationSet()1037 annotationsSet = dexMerger.annotationSetOut.used(); in WriterSizes()