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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSet.inline.hpp90 inline void HeapRegionSet::remove_with_proxy(HeapRegion* hr, function in class:HeapRegionSet
H A DheapRegionSet.hpp268 inline void remove_with_proxy(HeapRegion* hr, HeapRegionSet* proxy_set);
270 // After multiple calls to remove_with_proxy() the updates to the
H A Dg1CollectedHeap.cpp5826 _old_set.remove_with_proxy(hr, old_proxy_set);
5865 _humongous_set.remove_with_proxy(hr, humongous_proxy_set);

Completed in 132 milliseconds