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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp2962 uint cs_size = g1_policy()->cset_region_length(); local
2968 uint end_ind = (cs_size * worker_i) / active_workers;
2975 start_ind = (cs_size * (worker_i - 1)) / active_workers;

Completed in 63 milliseconds