Searched refs:IsEvacuationCandidate (Results 1 – 5 of 5) sorted by relevance
220 if (p->IsEvacuationCandidate()) continue; in VerifyEvacuation()651 CHECK(!p->IsEvacuationCandidate()); in CollectEvacuationCandidates()1508 if (Page::FromAddress(code_entry)->IsEvacuationCandidate()) { in VisitCodeEntry()1559 DCHECK(!Page::FromAddress(stub->address())->IsEvacuationCandidate()); in VisitCodeAgeSequence()1579 } else if (p->IsEvacuationCandidate()) { in RecordMigratedSlot()2804 if (target_page->IsEvacuationCandidate() && in RecordRelocSlot()2916 DCHECK(chunk->IsEvacuationCandidate()); in ComputeEvacuationMode()3126 DCHECK(p->IsEvacuationCandidate()); in FinalizePageSequentially()3239 DCHECK(!p->IsEvacuationCandidate() && !p->SweepingDone()); in RawSweep()3726 if (!p->IsEvacuationCandidate()) continue; in ReleaseEvacuationCandidates()[all …]
65 if (target_page->IsEvacuationCandidate() && in RecordSlot()
477 ->IsEvacuationCandidate(); in IsOnEvacuationCandidate()
523 bool IsEvacuationCandidate() { in IsEvacuationCandidate() function529 return !IsEvacuationCandidate() && !IsFlagSet(NEVER_ALLOCATE_ON_PAGE); in CanAllocate()
862 chunk->IsEvacuationCandidate()); in AllocateChunk()