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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.cpp172 bool TimePartitionPhasesIterator::has_next() { function in class:TimePartitionPhasesIterator
177 assert(has_next(), "Must have phases left");
215 assert(!iter.has_next(), "Too many elements");
233 assert(!iter.has_next(), "Too many elements");
251 assert(!iter.has_next(), "Too many elements");
275 assert(!iter.has_next(), "Too many elements");
304 assert(!iter.has_next(), "Too many elements");
342 assert(!iter.has_next(), "Too many elements");
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.cpp335 bool RSHashTableIter::has_next(size_t& card_index) { function in class:RSHashTableIter
H A DsparsePRT.hpp208 bool has_next(size_t& card_index);
327 bool has_next(size_t& card_index) { function in class:SparsePRTIter
328 return RSHashTableIter::has_next(card_index);
H A DheapRegionRemSet.cpp889 while (iter.has_next(card_index)) {
1029 bool HeapRegionRemSetIterator::has_next(size_t& card_index) { function in class:HeapRegionRemSetIterator
1032 if (_sparse_iter.has_next(card_index)) {
1216 while (iter.has_next(card_index)) {
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticFramework.hpp75 bool has_next() { return _cursor < _len; } function in class:DCmdIter
/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.hpp133 inline bool has_next() const { return _ref != NULL; } function in class:DiscoveredListIterator
/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp292 // for (EdgeIterator i(n); i.has_next(); i.next()) {
301 inline bool has_next() const { return i < cnt; } function in class:PointsToIterator
406 for (UseIterator i(pt); i.has_next(); i.next())
H A Dnode.hpp1276 // for (SimpleDUIterator i(n); i.has_next(); i.next()) {
1286 bool has_next() { return i < imax; } function in class:SimpleDUIterator
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp2302 bool has_next() { function in class:AdapterHandlerTableIterator
2885 while (iter.has_next()) {
2894 while (iter.has_next()) {

Completed in 92 milliseconds