Lines Matching refs:contentsOut

80     private final TableOfContents contentsOut;  field in DexMerger
109 contentsOut = dexOut.getTableOfContents(); in DexMerger()
110 contentsOut.dataOff = dexOut.getNextSectionStart(); in DexMerger()
112 contentsOut.mapList.off = dexOut.getNextSectionStart(); in DexMerger()
113 contentsOut.mapList.size = 1; in DexMerger()
116 contentsOut.typeLists.off = dexOut.getNextSectionStart(); in DexMerger()
119 contentsOut.annotationSetRefLists.off = dexOut.getNextSectionStart(); in DexMerger()
123 contentsOut.annotationSets.off = dexOut.getNextSectionStart(); in DexMerger()
126 contentsOut.classDatas.off = dexOut.getNextSectionStart(); in DexMerger()
129 contentsOut.codes.off = dexOut.getNextSectionStart(); in DexMerger()
132 contentsOut.stringDatas.off = dexOut.getNextSectionStart(); in DexMerger()
135 contentsOut.debugInfos.off = dexOut.getNextSectionStart(); in DexMerger()
138 contentsOut.annotations.off = dexOut.getNextSectionStart(); in DexMerger()
141 contentsOut.encodedArrays.off = dexOut.getNextSectionStart(); in DexMerger()
144 contentsOut.annotationsDirectories.off = dexOut.getNextSectionStart(); in DexMerger()
148 contentsOut.dataSize = dexOut.getNextSectionStart() - contentsOut.dataOff; in DexMerger()
167 contentsOut.header.off = 0; in mergeDexes()
168 contentsOut.header.size = 1; in mergeDexes()
169 contentsOut.fileSize = dexOut.getLength(); in mergeDexes()
170 contentsOut.computeSizesFromOffsets(); in mergeDexes()
171 contentsOut.writeHeader(headerOut, mergeApiLevels()); in mergeDexes()
172 contentsOut.writeMap(mapListOut); in mergeDexes()
255 getSection(contentsOut).off = out.getPosition(); in mergeSorted()
270 getSection(contentsOut).size = outCount; in mergeSorted()
293 getSection(contentsOut).off = out.getPosition(); in mergeUnsorted()
315 getSection(contentsOut).size = outCount; in mergeUnsorted()
386 contentsOut.stringDatas.size++; in mergeStringIds()
529 contentsOut.classDefs.off = idsDefsOut.getPosition(); in mergeClassDefs()
530 contentsOut.classDefs.size = types.length; in mergeClassDefs()
544 SortableType[] sortableTypes = new SortableType[contentsOut.typeIds.size]; in getSortedTypes()
692 contentsOut.annotationsDirectories.size++; in transformAnnotationDirectory()
740 contentsOut.annotationSets.size++; in transformAnnotationSet()
756 contentsOut.annotationSetRefLists.size++; in transformAnnotationSetRefList()
769 contentsOut.classDatas.size++; in transformClassData()
817 contentsOut.codes.size++; in transformCode()
893 contentsOut.debugInfos.size++; in transformDebugInfoItem()
985 contentsOut.encodedArrays.size++; in transformStaticValues()