Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc220 if (p->IsEvacuationCandidate()) continue; in VerifyEvacuation()
651 CHECK(!p->IsEvacuationCandidate()); in CollectEvacuationCandidates()
1508 if (Page::FromAddress(code_entry)->IsEvacuationCandidate()) { in VisitCodeEntry()
1559 DCHECK(!Page::FromAddress(stub->address())->IsEvacuationCandidate()); in VisitCodeAgeSequence()
1579 } else if (p->IsEvacuationCandidate()) { in RecordMigratedSlot()
2804 if (target_page->IsEvacuationCandidate() && in RecordRelocSlot()
2916 DCHECK(chunk->IsEvacuationCandidate()); in ComputeEvacuationMode()
3126 DCHECK(p->IsEvacuationCandidate()); in FinalizePageSequentially()
3239 DCHECK(!p->IsEvacuationCandidate() && !p->SweepingDone()); in RawSweep()
3726 if (!p->IsEvacuationCandidate()) continue; in ReleaseEvacuationCandidates()
[all …]
Dmark-compact-inl.h65 if (target_page->IsEvacuationCandidate() && in RecordSlot()
Dmark-compact.h477 ->IsEvacuationCandidate(); in IsOnEvacuationCandidate()
Dspaces.h523 bool IsEvacuationCandidate() { in IsEvacuationCandidate() function
529 return !IsEvacuationCandidate() && !IsFlagSet(NEVER_ALLOCATE_ON_PAGE); in CanAllocate()
Dspaces.cc862 chunk->IsEvacuationCandidate()); in AllocateChunk()