Searched refs:idsDefs (Results 1 - 1 of 1) sorted by path

/dalvik/dx/src/com/android/dx/merge/
H A DDexMerger.java110 idsDefsOut = dexOut.appendSection(writerSizes.idsDefs, "ids defs");
974 private int idsDefs; field in class:DexMerger.WriterSizes
997 idsDefs = dexMerger.idsDefsOut.used();
1012 idsDefs += contents.stringIds.size * SizeOf.STRING_ID_ITEM
1049 return header + idsDefs + mapList + typeList + classData + code + stringData + debugInfo

Completed in 65 milliseconds