Searched refs:liveBits (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/alloc/ |
D | HeapSource.c | 203 HeapBitmap liveBits; member 315 dvmHeapBitmapSetObjectBit(&hs->liveBits, ptr); in countAllocation() 334 dvmHeapBitmapClearObjectBit(&hs->liveBits, ptr); in countFree() 549 if (!dvmHeapBitmapInit(&hs->liveBits, base, length, "dalvik-bitmap-1")) { in dvmHeapSourceStartup() 555 dvmHeapBitmapDelete(&hs->liveBits); in dvmHeapSourceStartup() 628 dvmHeapBitmapDelete(&hs->liveBits); in dvmHeapSourceShutdown() 725 void dvmHeapSourceGetObjectBitmaps(HeapBitmap liveBits[], HeapBitmap markBits[], in dvmHeapSourceGetObjectBitmaps() argument 739 aliasBitmap(&liveBits[i], &hs->liveBits, base, max); in dvmHeapSourceGetObjectBitmaps() 751 return &gHs->liveBits; in dvmHeapSourceGetLiveBits() 758 tmp = gHs->liveBits; in dvmHeapSourceSwapBitmaps() [all …]
|
D | HeapSource.h | 68 void dvmHeapSourceGetObjectBitmaps(HeapBitmap liveBits[], HeapBitmap markBits[],
|
D | MarkSweep.c | 584 HeapBitmap *markBits, *liveBits; in scanGrayObjects() local 589 liveBits = dvmHeapSourceGetLiveBits(); in scanGrayObjects()
|