Searched refs:numHeaps (Results 1 – 5 of 5) sorted by relevance
153 size_t numHeaps; member233 for (/* i = i */; i < hs->numHeaps; i++) { in oldHeapOverhead()246 const size_t numHeaps = hs->numHeaps; in ptr2heap() local249 for (size_t i = 0; i < numHeaps; i++) { in ptr2heap()325 for (size_t i = 0; i < gHs->numHeaps; i++) { in dvmHeapSourceMorecore()366 if (hs->numHeaps != 0) { in addInitialHeap()375 hs->numHeaps = 1; in addInitialHeap()388 if (hs->numHeaps >= HEAP_SOURCE_MAX_HEAP_COUNT) { in addNewHeap()390 hs->numHeaps, HEAP_SOURCE_MAX_HEAP_COUNT); in addNewHeap()431 memmove(&hs->heaps[1], &hs->heaps[0], hs->numHeaps * sizeof(hs->heaps[0])); in addNewHeap()[all …]
77 void dvmHeapSourceGetRegions(uintptr_t *base, uintptr_t *max, size_t numHeaps);
55 #define HPIF_SIZE(numHeaps) \ argument56 (sizeof(u4) + (numHeaps) * (5 * sizeof(u4) + sizeof(u1) + sizeof(u8)))
920 size_t numHeaps, numSweepHeaps; in dvmHeapSweepUnmarkedObjects() local922 numHeaps = dvmHeapSourceGetNumHeaps(); in dvmHeapSweepUnmarkedObjects()923 dvmHeapSourceGetRegions(base, max, numHeaps); in dvmHeapSweepUnmarkedObjects()928 numSweepHeaps = numHeaps; in dvmHeapSweepUnmarkedObjects()
563 size_t numHeaps) in dvmHeapSourceGetObjectBitmaps() argument