Home | History | Annotate | Download | only in merge

Lines Matching defs:mapList

116         contentsOut.mapList.off = dexOut.getNextSectionStart();
117 contentsOut.mapList.size = 1;
118 mapListOut = dexOut.appendSection(writerSizes.mapList, "map list");
1073 private int mapList;
1098 mapList = dexMerger.mapListOut.used();
1119 mapList = SizeOf.UINT + (contents.sections.length * SizeOf.MAP_ITEM);
1157 mapList = fourByteAlign(mapList);
1175 return header + idsDefs + mapList + typeList + classData + code + stringData + debugInfo