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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp2968 uint end_ind = (cs_size * worker_i) / active_workers; local
2979 for (uint i = start_ind; i < end_ind; i++) {

Completed in 77 milliseconds