Searched refs:mapList (Results 1 – 1 of 1) sorted by relevance
112 contentsOut.mapList.off = dexOut.getNextSectionStart(); in DexMerger()113 contentsOut.mapList.size = 1; in DexMerger()114 mapListOut = dexOut.appendSection(writerSizes.mapList, "map list"); in DexMerger()1004 private int mapList; field in DexMerger.WriterSizes1029 mapList = dexMerger.mapListOut.used(); in WriterSizes()1050 mapList = SizeOf.UINT + (contents.sections.length * SizeOf.MAP_ITEM); in plus()1086 mapList = fourByteAlign(mapList); in fourByteAlign()1104 return header + idsDefs + mapList + typeList + classData + code + stringData + debugInfo in size()