Searched defs:fine_has_next (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp997 bool HeapRegionRemSetIterator::fine_has_next(size_t& card_index) { function in class:HeapRegionRemSetIterator
998 if (fine_has_next()) {
1002 while (!fine_has_next()) {
1018 assert(fine_has_next(), "Or else we exited the loop via the return.");
1023 bool HeapRegionRemSetIterator::fine_has_next() { function in class:HeapRegionRemSetIterator
1039 if (fine_has_next(card_index)) {

Completed in 1042 milliseconds