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_; } function in class:v8::internal::final
867 // True if we are collecting slots to perform evacuation from evacuation
881 // Pages that are actually processed during evacuation.
    [all...]
mark-compact.cc 547 if (FLAG_verify_heap && !evacuation()) {
622 // Invariant: Evacuation candidates are just created when marking is
624 // of a GC all evacuation candidates are cleared and their slot buffers are
670 // We use two conditions to decide whether a page qualifies as an evacuation
674 // * Evacuation quota: A global quota determining how much bytes should be
679 // set of evacuation candidates as long as both conditions (fragmentation
690 // the first n pages for evacuation such that:
    [all...]

Completed in 53 milliseconds