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

/art/runtime/gc/accounting/
H A Dbitmap-inl.h35 const uintptr_t word_mask = BitIndexToMask(bit_index);
53 return (bitmap_begin_[BitIndexToWordIndex(bit_index)] & BitIndexToMask(bit_index)) != 0;
136 const uintptr_t word_mask = BitIndexToMask(bit_index);
H A Dbitmap.h58 static ALWAYS_INLINE constexpr uintptr_t BitIndexToMask(uintptr_t bit_index) { function in class:art::gc::accounting::Bitmap

Completed in 169 milliseconds