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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp152 bool check_list_well_formed();
1642 return _young_list->check_list_well_formed();
H A Dg1CollectedHeap.cpp224 assert(check_list_well_formed(), "young list should be well formed");
240 bool YoungList::check_list_well_formed() { function in class:YoungList
328 assert(check_list_well_formed(), "young list should be well formed");
364 assert(check_list_well_formed(), "young list should be well formed");

Completed in 51 milliseconds