Searched refs:IsEvacuationCandidate (Results 1 – 6 of 6) sorted by relevance
210 return !IsEvacuationCandidate() && !IsFlagSet(NEVER_ALLOCATE_ON_PAGE); in CanAllocate()213 bool IsEvacuationCandidate() const { in IsEvacuationCandidate() function
75 if (target_page->IsEvacuationCandidate()) { in RecordSlot()
384 if (p->IsEvacuationCandidate()) continue; in VerifyEvacuation()847 CHECK(!p->IsEvacuationCandidate()); in CollectEvacuationCandidates()1530 } else if (p->IsEvacuationCandidate()) { in RecordMigratedSlot()3074 return Page::FromAddress(obj.ptr())->IsEvacuationCandidate(); in IsOnEvacuationCandidate()3082 return target_chunk->IsEvacuationCandidate() && in ShouldRecordRelocSlot()4776 DCHECK(p->IsEvacuationCandidate()); in PostProcessEvacuationCandidates()4788 if (!p->IsEvacuationCandidate()) continue; in ReleaseEvacuationCandidates()4809 if (p->IsEvacuationCandidate()) { in StartSweepSpace()5197 } else if (p->IsEvacuationCandidate() && IsLive(host)) { in RecordMigratedSlot()
487 chunk->IsEvacuationCandidate()); in PreFreeMemory()
338 DCHECK(!p->IsEvacuationCandidate() && !p->SweepingDone()); in RawSweep()
503 return Page::FromAddress(obj.ptr())->IsEvacuationCandidate(); in IsOnEvacuationCandidate()