Searched refs:EvacuationScope (Results 1 – 3 of 3) sorted by relevance
764 class EvacuationScope BASE_EMBEDDED {766 explicit EvacuationScope(MarkCompactCollector* collector) in EvacuationScope() function771 ~EvacuationScope() { collector_->set_evacuation(false); } in ~EvacuationScope()
3449 EvacuationScope evacuation_scope(this); in EvacuateNewSpaceAndCandidates()
15370 Put newspace evacuation in an EvacuationScope (Chromium issue 471554).