Searched refs:set_evacuation (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/heap/
H A Dmark-compact.h578 void set_evacuation(bool evacuation) { evacuation_ = evacuation; } function in class:v8::internal::MarkCompactCollector
887 collector_->set_evacuation(true);
890 ~EvacuationScope() { collector_->set_evacuation(false); }

Completed in 26 milliseconds