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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp75 intptr_t first_chunk_index = addr_to_chunk_index(mr.start()); local
77 for (uintptr_t ch = first_chunk_index; ch <= last_chunk_index; ch++) {

Completed in 31 milliseconds