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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSet.inline.hpp68 inline void HeapRegionSetBase::remove_internal(HeapRegion* hr) { function in class:HeapRegionSetBase
86 // remove_internal() will verify the region.
87 remove_internal(hr);
152 // remove_internal() will verify the region.
153 remove_internal(hr);
H A DheapRegionSet.hpp144 inline void remove_internal(HeapRegion* hr);
H A DheapRegionSet.cpp390 remove_internal(curr);

Completed in 90 milliseconds