Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h512 void set_evacuation(bool evacuation) { evacuation_ = evacuation; } in set_evacuation() function
768 collector_->set_evacuation(true); in EvacuationScope()
771 ~EvacuationScope() { collector_->set_evacuation(false); } in ~EvacuationScope()