Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h568 void set_evacuation(bool evacuation) { evacuation_ = evacuation; } in set_evacuation()
570 bool evacuation() const { return evacuation_; } in evacuation()
808 bool evacuation_; variable
Dmark-compact.cc58 evacuation_(false), in MarkCompactCollector()