Searched refs:lowest_non_clean_chunk_size (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp54 size_t lowest_non_clean_chunk_size; local
57 lowest_non_clean_chunk_size);
71 lowest_non_clean_chunk_size);
79 assert(0 <= ind && ind < (intptr_t)lowest_non_clean_chunk_size,
95 size_t lowest_non_clean_chunk_size) {
146 lowest_non_clean_chunk_size);
180 size_t lowest_non_clean_chunk_size)
242 assert(0 <= cur_chunk_index && cur_chunk_index < lowest_non_clean_chunk_size,
353 assert(0 < cur_chunk_index+1 && cur_chunk_index+1 < lowest_non_clean_chunk_size,
432 size_t& lowest_non_clean_chunk_size) {
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
174 process_chunk_boundaries(Space* sp, DirtyCardToOopClosure* dcto_cl, MemRegion chunk_mr, MemRegion used, jbyte** lowest_non_clean, uintptr_t lowest_non_clean_base_chunk_index, size_t lowest_non_clean_chunk_size) argument
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.hpp225 size_t& lowest_non_clean_chunk_size);
249 size_t lowest_non_clean_chunk_size);
260 size_t lowest_non_clean_chunk_size);

Completed in 32 milliseconds