Searched refs:annotationSetRefListOut (Results 1 – 1 of 1) sorted by relevance
78 private final Dex.Section annotationSetRefListOut; field in DexMerger124 annotationSetRefListOut = dexOut.appendSection( in DexMerger()826 annotationSetRefListOut.assertFourByteAligned(); in transformAnnotationSetRefList()828 refListIn.getPosition(), annotationSetRefListOut.getPosition()); in transformAnnotationSetRefList()831 annotationSetRefListOut.writeInt(parameterCount); in transformAnnotationSetRefList()833 annotationSetRefListOut.writeInt(indexMap.adjustAnnotationSet(refListIn.readInt())); in transformAnnotationSetRefList()1107 annotationsSetRefList = dexMerger.annotationSetRefListOut.used(); in WriterSizes()