Searched refs:get_next_young_region (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp664 r != NULL && r != _recorded_survivor_tail->get_next_young_region();
665 r = r->get_next_young_region()) { function
719 curr = curr->get_next_young_region()) {
1948 hr = hr->get_next_young_region();
H A DheapRegion.hpp582 HeapRegion* get_next_young_region() { return _next_young_region; } function in class:HeapRegion
H A Dg1CollectedHeap.cpp192 assert(hr->get_next_young_region() == NULL, "cause it should!");
203 assert(hr->get_next_young_region() == NULL, "cause it should!");
215 HeapRegion* next = list->get_next_young_region();
256 curr = curr->get_next_young_region();
318 _curr = _curr->get_next_young_region();
337 curr = curr->get_next_young_region()) {
382 curr = curr->get_next_young_region();
5978 for (HeapRegion* hr = head; hr != NULL; hr = hr->get_next_young_region()) {
H A DconcurrentMark.cpp364 _next_survivor = res->get_next_young_region();

Completed in 70 milliseconds