Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h835 class EvacuationScope BASE_EMBEDDED {
837 explicit EvacuationScope(MarkCompactCollector* collector) in EvacuationScope() function
842 ~EvacuationScope() { collector_->set_evacuation(false); } in ~EvacuationScope()
Dmark-compact.cc3579 EvacuationScope evacuation_scope(this); in EvacuateNewSpaceAndCandidates()
/external/v8/
DChangeLog19391 Put newspace evacuation in an EvacuationScope (Chromium issue 471554).