Searched refs:occ_fine (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.hpp145 size_t occ_fine() const;
229 size_t occ_fine() const { function in class:HeapRegionRemSet
230 return _other_regions.occ_fine();
H A DheapRegionRemSet.cpp677 size_t sum = occ_fine();
683 size_t OtherRegionsTable::occ_fine() const { function in class:OtherRegionsTable
900 occupied(), occ_coarse(), occ_fine());

Completed in 269 milliseconds