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

  /external/chromium_org/v8/src/heap/
mark-compact.h 552 SEQUENTIAL_SWEEPING
649 void set_sequential_sweeping(bool sequential_sweeping) {
650 sequential_sweeping_ = sequential_sweeping;
653 bool sequential_sweeping() const { return sequential_sweeping_; } function in class:v8::internal::MarkCompactCollector
mark-compact.cc     [all...]

Completed in 45 milliseconds