Lines Matching refs:IsEvacuationCandidate
209 if (p->IsEvacuationCandidate()) continue; in VerifyEvacuation()
2672 if (Page::FromAddress(code_entry)->IsEvacuationCandidate()) { in MigrateObject()
2910 ASSERT(p->IsEvacuationCandidate() && !p->WasSwept()); in EvacuateLiveObjectsFromPage()
2970 ASSERT(p->IsEvacuationCandidate() || in EvacuatePages()
2972 if (p->IsEvacuationCandidate()) { in EvacuatePages()
3070 ASSERT(!p->IsEvacuationCandidate() && !p->WasSwept()); in SweepPrecisely()
3146 if (p->IsEvacuationCandidate() || in SetMarkBitsUnderInvalidatedCode()
3337 ASSERT(p->IsEvacuationCandidate() || in EvacuateNewSpaceAndCandidates()
3340 if (p->IsEvacuationCandidate()) { in EvacuateNewSpaceAndCandidates()
3430 if (!p->IsEvacuationCandidate()) continue; in EvacuateNewSpaceAndCandidates()
3727 ASSERT(!p->IsEvacuationCandidate() && !p->WasSwept()); in SweepConservatively()
3844 if (p->IsEvacuationCandidate()) { in SweepSpace()
4047 if (target_page->IsEvacuationCandidate() && in RecordRelocSlot()
4063 if (target_page->IsEvacuationCandidate() && in RecordCodeEntrySlot()