HomeSort by relevance Sort by last modified time
    Searched refs:evacuation_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/heap/
mark-compact.h 451 void set_evacuation(bool evacuation) { evacuation_ = evacuation; }
453 bool evacuation() const { return evacuation_; }
547 bool evacuation_; member in class:v8::internal::MarkCompactCollector
mark-compact.cc 56 evacuation_(false),
    [all...]

Completed in 4471 milliseconds