Searched refs:newspace_evacuation_candidates_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/heap/
H A Dmark-compact.h755 List<Page*> newspace_evacuation_candidates_; member in class:v8::internal::MarkCompactCollector
H A Dmark-compact.cc2894 newspace_evacuation_candidates_.Add(p);
3158 for (Page* page : newspace_evacuation_candidates_) {
3471 for (Page* p : newspace_evacuation_candidates_) {
3482 newspace_evacuation_candidates_.Rewind(0);

Completed in 49 milliseconds