Searched refs:maxCount (Results 1 – 3 of 3) sorted by relevance
28 DexDataMap* dexDataMapAlloc(u4 maxCount) { in dexDataMapAlloc() argument39 if (!safe_mul(&size, maxCount, sizeof(u4) + sizeof(u2)) || in dexDataMapAlloc()51 map->max = maxCount; in dexDataMapAlloc()53 map->types = (u2*) (map->offsets + maxCount); in dexDataMapAlloc()
36 DexDataMap* dexDataMapAlloc(u4 maxCount);
1233 int maxCount = 0; in getAndRemoveHighestCount() local1236 if (maxCount < count[i]) { in getAndRemoveHighestCount()1239 maxCount = count[i]; in getAndRemoveHighestCount()