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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSet.hpp222 //////////////////// HeapRegionSet ////////////////////
238 class HeapRegionSet : public HeapRegionSetBase { class in inherits:HeapRegionSetBase
248 HeapRegionSet(const char* name) : HeapRegionSetBase(name) { function in class:HeapRegionSet
268 inline void remove_with_proxy(HeapRegion* hr, HeapRegionSet* proxy_set);
273 void update_from_proxy(HeapRegionSet* proxy_set);

Completed in 30 milliseconds