Searched refs:annotationOut (Results 1 – 1 of 1) sorted by relevance
78 private final Dex.Section annotationOut; field in DexMerger139 annotationOut = dexOut.appendSection(writerSizes.annotation, "annotation"); in DexMerger()508 new IdMerger<Annotation>(annotationOut) { in mergeAnnotations() argument518 indexMap.putAnnotationOffset(offset, annotationOut.getPosition()); in mergeAnnotations()522 value.writeTo(annotationOut); in mergeAnnotations()1039 annotation = dexMerger.annotationOut.used(); in WriterSizes()