Searched refs:mapList (Results 1 – 1 of 1) sorted by relevance
119 contentsOut.mapList.off = dexOut.getNextSectionStart(); in DexMerger()120 contentsOut.mapList.size = 1; in DexMerger()121 mapListOut = dexOut.appendSection(writerSizes.mapList, "map list"); in DexMerger()1009 private int mapList; field in DexMerger.WriterSizes1033 mapList = dexMerger.mapListOut.used(); in WriterSizes()1054 mapList = SizeOf.UINT + (contents.sections.length * SizeOf.MAP_ITEM); in plus()1089 mapList = fourByteAlign(mapList); in fourByteAlign()1107 return header + idsDefs + mapList + typeList + classData + code + stringData + debugInfo in size()