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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp59 uint n_strides = n_threads * ParGCStridesPerThread; local
64 pst->set_n_tasks(n_strides);
68 process_stride(sp, mr, stride, n_strides, cl, ct,
90 jint stride, int n_strides,
104 uintptr_t start_chunk_stride_num = start_chunk % n_strides;
114 (n_strides - start_chunk_stride_num + stride) *
159 chunk_card_start += ParGCCardsPerStrideChunk * n_strides;
88 process_stride(Space* sp, MemRegion used, jint stride, int n_strides, OopsInGenClosure* cl, CardTableRS* ct, jbyte** lowest_non_clean, uintptr_t lowest_non_clean_base_chunk_index, size_t lowest_non_clean_chunk_size) argument

Completed in 30 milliseconds