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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp730 HeapRegion* collection_set() { return _collection_set; } function in class:G1CollectorPolicy
H A Dg1CollectedHeap.cpp1513 assert(g1_policy()->collection_set() == NULL, "must be");
2960 result = g1_policy()->collection_set();
3007 HeapRegion* r = g1_policy()->collection_set();
3036 cur = g1_policy()->collection_set();
3985 HeapRegion* hr = g1_policy()->collection_set();
4023 free_collection_set(g1_policy()->collection_set(), evacuation_info);
H A Dg1CollectorPolicy.cpp1804 assert(list_head == inc_cset_head() || list_head == collection_set(), "must be");

Completed in 60 milliseconds