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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp582 HeapRegion* get_next_young_region() { return _next_young_region; } function in class:HeapRegion
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();

Completed in 1698 milliseconds