Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dbasic-memory-chunk.h210 return !IsEvacuationCandidate() && !IsFlagSet(NEVER_ALLOCATE_ON_PAGE); in CanAllocate()
213 bool IsEvacuationCandidate() const { in IsEvacuationCandidate() function
Dmark-compact-inl.h75 if (target_page->IsEvacuationCandidate()) { in RecordSlot()
Dmark-compact.cc384 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()
Dmemory-allocator.cc487 chunk->IsEvacuationCandidate()); in PreFreeMemory()
Dsweeper.cc338 DCHECK(!p->IsEvacuationCandidate() && !p->SweepingDone()); in RawSweep()
Dmark-compact.h503 return Page::FromAddress(obj.ptr())->IsEvacuationCandidate(); in IsOnEvacuationCandidate()