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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.hpp146 size_t occ_coarse() const;
232 size_t occ_coarse() const { function in class:HeapRegionRemSet
233 return _other_regions.occ_coarse();
H A DheapRegionRemSet.cpp679 sum += occ_coarse();
697 size_t OtherRegionsTable::occ_coarse() const { function in class:OtherRegionsTable
900 occupied(), occ_coarse(), occ_fine());

Completed in 33 milliseconds