Home | History | Annotate | Download | only in merge

Lines Matching defs:annotationSetRefListOut

78     private final Dex.Section annotationSetRefListOut;
124 annotationSetRefListOut = dexOut.appendSection(
826 annotationSetRefListOut.assertFourByteAligned();
828 refListIn.getPosition(), annotationSetRefListOut.getPosition());
831 annotationSetRefListOut.writeInt(parameterCount);
833 annotationSetRefListOut.writeInt(indexMap.adjustAnnotationSet(refListIn.readInt()));
1107 annotationsSetRefList = dexMerger.annotationSetRefListOut.used();