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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSets.hpp64 //////////////////// OldRegionSet ////////////////////
66 class OldRegionSet : public HeapRegionSet { class in inherits:HeapRegionSet
74 OldRegionSet(const char* name) : HeapRegionSet(name) { } function in class:OldRegionSet
79 class MasterOldRegionSet : public OldRegionSet {
85 MasterOldRegionSet(const char* name) : OldRegionSet(name) { }
H A DheapRegionSets.cpp99 //////////////////// OldRegionSet ////////////////////
101 const char* OldRegionSet::verify_region_extra(HeapRegion* hr) {
138 return OldRegionSet::check_mt_safety();
H A Dg1CollectedHeap.hpp1322 OldRegionSet* old_proxy_set,
1333 OldRegionSet* old_proxy_set,
H A Dg1CollectedHeap.cpp5817 OldRegionSet* old_proxy_set,
5888 OldRegionSet* old_proxy_set,
6243 OldRegionSet *_old_set;
6246 TearDownRegionSetsClosure(OldRegionSet* old_set) : _old_set(old_set) { }
6285 OldRegionSet* _old_set;
6291 OldRegionSet* old_set, FreeRegionList* free_list) :
6489 OldRegionSet* _old_set;
6494 VerifyRegionListsClosure(OldRegionSet* old_set,
H A DconcurrentMark.cpp1692 OldRegionSet* _old_proxy_set;
1702 OldRegionSet* old_proxy_set,
1766 OldRegionSet old_proxy_set("Local Cleanup Old Proxy Set");

Completed in 66 milliseconds