Searched refs:BitIndexToWordIndex (Results 1 – 3 of 3) sorted by relevance
35 const size_t word_index = BitIndexToWordIndex(bit_index); in AtomicTestAndSetBit()53 return (bitmap_begin_[BitIndexToWordIndex(bit_index)] & BitIndexToMask(bit_index)) != 0; in TestBit()61 const uintptr_t index_start = BitIndexToWordIndex(bit_start); in VisitSetBits()62 const uintptr_t index_end = BitIndexToWordIndex(bit_end); in VisitSetBits()135 const size_t word_index = BitIndexToWordIndex(bit_index); in ModifyBit()
49 static ALWAYS_INLINE constexpr size_t BitIndexToWordIndex(uintptr_t offset) { in BitIndexToWordIndex() function
76 uintptr_t* begin_bm_address = Bitmap::Begin() + Bitmap::BitIndexToWordIndex(begin_bit_idx); in SetLiveWords()77 uintptr_t* end_bm_address = Bitmap::Begin() + Bitmap::BitIndexToWordIndex(end_bit_idx); in SetLiveWords()108 uintptr_t begin_word_idx = Bitmap::BitIndexToWordIndex(begin_bit_idx); in VisitLiveStrides()109 const uintptr_t end_word_idx = Bitmap::BitIndexToWordIndex(end_bit_idx); in VisitLiveStrides()336 const size_t word_offset = Bitmap::BitIndexToWordIndex(bit_idx); in CountLiveWordsUpto()