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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DvmStructs_g1.hpp43 nonstatic_field(G1CollectedHeap, _old_set, HeapRegionSetBase) \
H A Dg1CollectedHeap.cpp1924 _old_set("Old Set"),
4283 _old_set.remove(retained_region);
5826 _old_set.remove_with_proxy(hr, old_proxy_set);
5906 _old_set.update_from_proxy(old_proxy_set);
6109 _old_set.add(cur);
6243 OldRegionSet *_old_set; member in class:TearDownRegionSetsClosure
6246 TearDownRegionSetsClosure(OldRegionSet* old_set) : _old_set(old_set) { }
6258 _old_set->remove(r);
6264 assert(_old_set->is_empty(), "post-condition");
6272 TearDownRegionSetsClosure cl(&_old_set);
6285 OldRegionSet* _old_set; member in class:RebuildRegionSetsClosure
6489 OldRegionSet* _old_set; member in class:VerifyRegionListsClosure
[all...]
H A Dg1CollectedHeap.hpp252 MasterOldRegionSet _old_set; member in class:G1CollectedHeap
1280 _old_set.remove(hr);
1284 return _old_set.total_capacity_bytes() + _humongous_set.total_capacity_bytes();

Completed in 69 milliseconds