Home
last modified time | relevance | path

Searched refs:IsEvacuationCandidate (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/heap/
Dmark-compact.cc274 if (p->IsEvacuationCandidate()) continue; in VerifyEvacuation()
626 CHECK(!p->IsEvacuationCandidate()); in CollectEvacuationCandidates()
1122 } else if (p->IsEvacuationCandidate()) { in RecordMigratedSlot()
2125 if (target_page->IsEvacuationCandidate() && in RecordRelocSlot()
3170 p->IsEvacuationCandidate()) { in CollectOldSpaceArrayBufferTrackerItems()
3314 DCHECK(p->IsEvacuationCandidate()); in PostProcessEvacuationCandidates()
3328 if (!p->IsEvacuationCandidate()) continue; in ReleaseEvacuationCandidates()
3349 if (p->IsEvacuationCandidate()) { in StartSweepSpace()
3707 } else if (p->IsEvacuationCandidate() && IsLive(host)) { in RecordMigratedSlot()
Dmark-compact.h610 ->IsEvacuationCandidate(); in IsOnEvacuationCandidate()
615 ->IsEvacuationCandidate(); in IsOnEvacuationCandidate()
Dsweeper.cc236 DCHECK(!p->IsEvacuationCandidate() && !p->SweepingDone()); in RawSweep()
Dmark-compact-inl.h398 if (target_page->IsEvacuationCandidate<AccessMode::ATOMIC>() && in RecordSlot()
Dspaces.h605 return !IsEvacuationCandidate() && !IsFlagSet(NEVER_ALLOCATE_ON_PAGE); in CanAllocate()
609 bool IsEvacuationCandidate() { in IsEvacuationCandidate() function
Dspaces.cc1106 chunk->IsEvacuationCandidate()); in AllocateChunk()