Searched refs:addr_to_chunk_index (Results 1 - 2 of 2) 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());
76 uintptr_t last_chunk_index = addr_to_chunk_index(mr.last());
103 uintptr_t start_chunk = addr_to_chunk_index(used.start());
195 uintptr_t cur_chunk_index = addr_to_chunk_index(chunk_mr.start());
366 uintptr_t last_chunk_index_to_check = addr_to_chunk_index(last_block + last_block_size - 1)
368 const uintptr_t last_chunk_index = addr_to_chunk_index(used.last())
469 _lowest_non_clean_base_chunk_index[i] = addr_to_chunk_index(covered.start());
/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.hpp229 return (size_t)(addr_to_chunk_index(mr.last()) -
230 addr_to_chunk_index(mr.start()) + 1);
235 uintptr_t addr_to_chunk_index(const void* addr) { function in class:CardTableModRefBS

Completed in 31 milliseconds