Searched refs:next_in_collection_set (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp518 HeapRegion* next_in_collection_set() { function in class:HeapRegion
H A Dg1CollectedHeap.cpp2980 result = result->next_in_collection_set();
3009 HeapRegion* next = r->next_in_collection_set();
3029 HeapRegion* next = cur->next_in_collection_set();
3038 HeapRegion* next = cur->next_in_collection_set();
3996 hr = hr->next_in_collection_set();
6069 HeapRegion* next = cur->next_in_collection_set();
6082 // (linked via next_in_collection_set()) but it is still in the
6148 HeapRegion* next = cur->next_in_collection_set();
H A Dg1CollectorPolicy.cpp1762 assert( hr->next_in_collection_set() == NULL, "invariant");
1809 HeapRegion* next = csr->next_in_collection_set();

Completed in 59 milliseconds