Searched refs:get_next (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSet.cpp270 HeapRegion* hr = iter.get_next();
309 HeapRegion* hr = iter.get_next();
466 HeapRegion* hr = iter.get_next();
H A DheapRegionSet.hpp364 HeapRegion* get_next() { function in class:HeapRegionLinkedListIterator
366 "get_next() should be called when more regions are available");
H A DconcurrentMark.cpp1805 HeapRegion* hr = iter.get_next();
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp84 MatchList *get_next(void) { return _next; } function in class:MatchList
H A Ddfa.cpp529 for( MatchList *mList = matchList; mList != NULL; mList = mList->get_next() ) {
605 mList = mList->get_next();
620 mList = mList->get_next();

Completed in 53 milliseconds