Searched refs:IsEvacuationCandidate (Results 1 – 5 of 5) sorted by relevance
41 if (target_page->IsEvacuationCandidate() && in RecordSlot()
217 if (p->IsEvacuationCandidate()) continue; in VerifyEvacuation()645 CHECK(!p->IsEvacuationCandidate()); in CollectEvacuationCandidates()1522 if (Page::FromAddress(code_entry)->IsEvacuationCandidate()) { in VisitCodeEntry()1573 DCHECK(!Page::FromAddress(stub->address())->IsEvacuationCandidate()); in VisitCodeAgeSequence()1593 } else if (p->IsEvacuationCandidate()) { in RecordMigratedSlot()2912 if (target_page->IsEvacuationCandidate() && in RecordRelocSlot()3036 DCHECK(chunk->IsEvacuationCandidate()); in ComputeEvacuationMode()3246 DCHECK(p->IsEvacuationCandidate()); in FinalizePageSequentially()3360 DCHECK(!p->IsEvacuationCandidate() && !p->SweepingDone()); in RawSweep()3857 if (!p->IsEvacuationCandidate()) continue; in ReleaseEvacuationCandidates()[all …]
534 ->IsEvacuationCandidate(); in IsOnEvacuationCandidate()
525 bool IsEvacuationCandidate() { in IsEvacuationCandidate() function531 return !IsEvacuationCandidate() && !IsFlagSet(NEVER_ALLOCATE_ON_PAGE); in CanAllocate()
888 chunk->IsEvacuationCandidate()); in AllocateChunk()