Searched refs:annotationSetRefListOut (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
H A DDexMerger.java75 private final DexBuffer.Section annotationSetRefListOut; field in class:DexMerger
123 annotationSetRefListOut = dexOut.appendSection(
702 annotationSetRefListOut.assertFourByteAligned();
708 annotationsDirectoryOut.writeInt(annotationSetRefListOut.getPosition());
713 annotationSetRefListOut.writeInt(parameterCount);
715 annotationSetRefListOut.writeInt(indexMap.adjustAnnotationSet(refListIn.readInt()));
1007 annotationsSetRefList = dexMerger.annotationSetRefListOut.used();

Completed in 20 milliseconds