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 641 void set_evacuation(bool evacuation) { evacuation_ = evacuation; }
643 bool evacuation() const { return evacuation_; }
865 bool evacuation_; member in class:v8::internal::final
    [all...]
mark-compact.cc 389 evacuation_(false),
    [all...]

Completed in 811 milliseconds