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

  /external/chromium_org/v8/src/
mark-compact.cc 346 evacuation_candidates_.Add(p);
364 ASSERT(evacuation_candidates_.length() == 0);
392 compacting_ = evacuation_candidates_.length() > 0;
930 int npages = evacuation_candidates_.length();
932 Page* p = evacuation_candidates_[i];
938 evacuation_candidates_.Rewind(0);
941 ASSERT_EQ(0, evacuation_candidates_.length());
    [all...]
mark-compact.h 629 evacuation_candidates_.RemoveElement(page);
886 // Moves the pages of the evacuation_candidates_ list to the end of their
911 List<Page*> evacuation_candidates_; member in class:v8::internal::MarkCompactCollector

Completed in 604 milliseconds