Home
last modified time | relevance | path

Searched refs:LiveBytes (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dmark-compact.cc395 CHECK_EQ(0, p->LiveBytes()); in VerifyMarkbitsAreClean()
406 CHECK_EQ(0, p->LiveBytes()); in VerifyMarkbitsAreClean()
421 CHECK_EQ(0, Page::FromAddress(obj->address())->LiveBytes()); in VerifyMarkbitsAreClean()
730 p->WasSwept() ? p->LiveBytesFromFreeList() : p->LiveBytes(); in CollectEvacuationCandidates()
3139 live_bytes += page->LiveBytes(); in NumberOfParallelCompactionTasks()
3162 live_bytes += page->LiveBytes(); in EvacuatePagesInParallel()
3304 intptr_t live_bytes = p->LiveBytes(); in EvacuatePages()
3887 if (p->LiveBytes() == 0) { in StartSweepSpace()
3921 int to_sweep = p->area_size() - p->LiveBytes(); in StartSweepSpace()
Dspaces.cc1233 DCHECK(page->LiveBytes() == 0); in AllocateChunk()
1312 CHECK_LE(black_size, page->LiveBytes()); in AllocateChunk()
3367 printf(" Marked: %x, LiveCount: %x\n", mark_size, LiveBytes()); in AllocateChunk()
Dspaces.h610 int LiveBytes() { in LiveBytes() function