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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CardCounts.hpp68 bool has_reserved_count_table() { return _card_counts != NULL; } function in class:G1CardCounts
72 return has_reserved_count_table() && _committed_max_card_num > 0;
H A Dg1CardCounts.cpp81 guarantee(!has_reserved_count_table(), "should be NULL");
95 if (!has_reserved_count_table()) {
208 if (has_reserved_count_table()) {

Completed in 26 milliseconds