Home | History | Annotate | Download | only in merge

Lines Matching defs:idsDefs

111         idsDefsOut = dexOut.appendSection(writerSizes.idsDefs, "ids defs");
1072 private int idsDefs;
1097 idsDefs = dexMerger.idsDefsOut.used();
1113 idsDefs += contents.stringIds.size * SizeOf.STRING_ID_ITEM
1156 idsDefs = fourByteAlign(idsDefs);
1175 return header + idsDefs + mapList + typeList + classData + code + stringData + debugInfo