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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.inline.hpp80 inline void ConcurrentMark::count_region(MemRegion mr, HeapRegion* hr, function in class:ConcurrentMark
120 inline void ConcurrentMark::count_region(MemRegion mr, function in class:ConcurrentMark
125 count_region(mr, hr, marked_bytes_array, task_card_bm);
130 inline void ConcurrentMark::count_region(MemRegion mr, uint worker_id) { function in class:ConcurrentMark
133 count_region(mr, hr, worker_id);
142 count_region(mr, hr, marked_bytes_array, task_card_bm);
181 count_region(mr, hr, worker_id);
219 count_region(mr, worker_id);

Completed in 29 milliseconds