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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp76 uintptr_t last_chunk_index = addr_to_chunk_index(mr.last()); local
77 for (uintptr_t ch = first_chunk_index; ch <= last_chunk_index; ch++) {
368 const uintptr_t last_chunk_index = addr_to_chunk_index(used.last()) local
370 if (last_chunk_index_to_check > last_chunk_index) {
375 " exceeds last_chunk_index " INTPTR_FORMAT,
378 last_chunk_index_to_check, last_chunk_index));
384 last_chunk_index_to_check = last_chunk_index;

Completed in 30 milliseconds