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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp153 bool check_list_empty(bool check_sample = true);
H A Dg1CollectedHeap.cpp187 guarantee(check_list_empty(false), "just making sure...");
237 assert(check_list_empty(false), "just making sure...");
269 bool YoungList::check_list_empty(bool check_sample) { function in class:YoungList
6230 bool ret = _young_list->check_list_empty(check_sample);

Completed in 84 milliseconds