Searched refs:WasSwept (Results 1 – 5 of 5) sorted by relevance
38 DCHECK(page->WasSwept() || page->SweepingCompleted()); in HeapObjectIterator()69 DCHECK(cur_page->WasSwept() || cur_page->SweepingCompleted()); in AdvanceToNextPage()926 if (!chunk->InNewSpace() && !static_cast<Page*>(chunk)->WasSwept()) { in AllocateChunk()1236 if (page->WasSwept()) { in AllocateChunk()1282 CHECK(page->WasSwept()); in AllocateChunk()
479 DCHECK(page->WasSwept()); in IteratePointersToNewSpace()
876 bool WasSwept() { return IsFlagSet(WAS_SWEPT); } in WasSwept() function2119 !p->IsFlagSet(Page::RESCAN_ON_EVACUATION) && !p->WasSwept(); in ShouldBeSweptBySweeperThreads()
730 p->WasSwept() ? p->LiveBytesFromFreeList() : p->LiveBytes(); in CollectEvacuationCandidates()3372 DCHECK(!p->IsEvacuationCandidate() && !p->WasSwept()); in Sweep()3785 CHECK(p->WasSwept()); in ReleaseEvacuationCandidates()
3101 return !InOldSpace(address) || page->WasSwept() || page->SweepingCompleted(); in CanMoveObjectStart()