Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact-inl.h41 if (target_page->IsEvacuationCandidate() && in RecordSlot()
Dmark-compact.cc217 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 …]
Dmark-compact.h534 ->IsEvacuationCandidate(); in IsOnEvacuationCandidate()
Dspaces.h525 bool IsEvacuationCandidate() { in IsEvacuationCandidate() function
531 return !IsEvacuationCandidate() && !IsFlagSet(NEVER_ALLOCATE_ON_PAGE); in CanAllocate()
Dspaces.cc888 chunk->IsEvacuationCandidate()); in AllocateChunk()