Home
last modified time | relevance | path

Searched defs:evacuation (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dmark-compact.h578 void set_evacuation(bool evacuation) { evacuation_ = evacuation; } in set_evacuation()
580 bool evacuation() const { return evacuation_; } in evacuation() function