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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp104 uintptr_t start_chunk_stride_num = start_chunk % n_strides; local
107 if ((uintptr_t)stride >= start_chunk_stride_num) {
109 (stride - start_chunk_stride_num) *
114 (n_strides - start_chunk_stride_num + stride) *

Completed in 43 milliseconds