Searched defs:bit_index (Results 1 – 6 of 6) sorted by relevance
58 static ALWAYS_INLINE constexpr uintptr_t BitIndexToMask(uintptr_t bit_index) { in BitIndexToMask()62 ALWAYS_INLINE bool SetBit(size_t bit_index) { in SetBit()66 ALWAYS_INLINE bool ClearBit(size_t bit_index) { in ClearBit()94 ALWAYS_INLINE void CheckValidBitIndex(size_t bit_index) const { in CheckValidBitIndex()155 ALWAYS_INLINE uintptr_t AddrFromBitIndex(size_t bit_index) const { in AddrFromBitIndex()
33 inline bool Bitmap::AtomicTestAndSetBit(uintptr_t bit_index) { in AtomicTestAndSetBit()51 inline bool Bitmap::TestBit(uintptr_t bit_index) const { in TestBit()133 inline bool Bitmap::ModifyBit(uintptr_t bit_index) { in ModifyBit()
567 [this, callback, arg](size_t bit_index) { in VisitObjects()
38 const size_t bit_index = index % kElementsPerIndex; in GetOffset() local
234 ALWAYS_INLINE bool Test(uintptr_t bit_index) const { in Test()
4602 uintptr_t bit_index = live_words_bitmap_->SetLiveWords(obj_begin, size); in UpdateLivenessInfo() local