Home
last modified time | relevance | path

Searched refs:EvacuationScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dmark-compact.h764 class EvacuationScope BASE_EMBEDDED {
766 explicit EvacuationScope(MarkCompactCollector* collector) in EvacuationScope() function
771 ~EvacuationScope() { collector_->set_evacuation(false); } in ~EvacuationScope()
Dmark-compact.cc3449 EvacuationScope evacuation_scope(this); in EvacuateNewSpaceAndCandidates()
/external/v8/
DChangeLog15370 Put newspace evacuation in an EvacuationScope (Chromium issue 471554).