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

/openjdk9/hotspot/src/share/vm/gc/shared/
H A DcardTableModRefBSForCTRS.hpp102 return (size_t)(addr_to_chunk_index(mr.last()) -
103 addr_to_chunk_index(mr.start()) + 1);
108 uintptr_t addr_to_chunk_index(const void* addr) { function in class:CardTableModRefBSForCTRS
/openjdk9/hotspot/src/share/vm/gc/cms/
H A DparCardTableModRefBS.cpp73 intptr_t first_chunk_index = addr_to_chunk_index(mr.start());
74 uintptr_t last_chunk_index = addr_to_chunk_index(mr.last());
101 uintptr_t start_chunk = addr_to_chunk_index(used.start());
187 uintptr_t start_chunk_index = addr_to_chunk_index(chunk_mr.start());
321 uintptr_t last_chunk_index_to_check = addr_to_chunk_index(last_block + last_block_size - 1)
323 const uintptr_t last_chunk_index = addr_to_chunk_index(used.last())
419 _lowest_non_clean_base_chunk_index[i] = addr_to_chunk_index(covered.start());

Completed in 36 milliseconds