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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp53 uintptr_t lowest_non_clean_base_chunk_index; local
56 lowest_non_clean_base_chunk_index,
70 lowest_non_clean_base_chunk_index,
78 intptr_t ind = ch - lowest_non_clean_base_chunk_index;
94 uintptr_t lowest_non_clean_base_chunk_index,
145 lowest_non_clean_base_chunk_index,
179 uintptr_t lowest_non_clean_base_chunk_index,
196 cur_chunk_index = cur_chunk_index - lowest_non_clean_base_chunk_index;
367 - lowest_non_clean_base_chunk_index;
369 - lowest_non_clean_base_chunk_index;
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...]

Completed in 30 milliseconds