Searched refs:n_strides (Results 1 - 2 of 2) 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
/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.hpp241 // to the cards in the stride (of n_strides) within the given space.
244 jint stride, int n_strides,

Completed in 32 milliseconds