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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp195 uintptr_t cur_chunk_index = addr_to_chunk_index(chunk_mr.start()); local
196 cur_chunk_index = cur_chunk_index - lowest_non_clean_base_chunk_index;
242 assert(0 <= cur_chunk_index && cur_chunk_index < lowest_non_clean_chunk_size,
244 assert(lowest_non_clean[cur_chunk_index] == NULL,
246 lowest_non_clean[cur_chunk_index] = first_dirty_card;
260 assert(lowest_non_clean[cur_chunk_index] == NULL, "Write once : value should be stable hereafter");
262 lowest_non_clean[cur_chunk_index] = first_card_of_cur_chunk;
266 cur_chunk_index, lowest_non_clea
[all...]

Completed in 30 milliseconds