Searched refs:annotationSetOut (Results 1 – 1 of 1) sorted by relevance
74 private final Dex.Section annotationSetOut; field in DexMerger131 annotationSetOut = dexOut.appendSection(writerSizes.annotationsSet, "annotation sets"); in DexMerger()743 annotationSetOut.assertFourByteAligned(); in transformAnnotationSet()744 indexMap.putAnnotationSetOffset(setIn.getPosition(), annotationSetOut.getPosition()); in transformAnnotationSet()747 annotationSetOut.writeInt(size); in transformAnnotationSet()750 annotationSetOut.writeInt(indexMap.adjustAnnotation(setIn.readInt())); in transformAnnotationSet()1041 annotationsSet = dexMerger.annotationSetOut.used(); in WriterSizes()