Searched defs:bit_index (Results 1 – 6 of 6) sorted by relevance
56 static ALWAYS_INLINE constexpr uintptr_t BitIndexToMask(uintptr_t bit_index) { in BitIndexToMask()60 ALWAYS_INLINE bool SetBit(size_t bit_index) { in SetBit()64 ALWAYS_INLINE bool ClearBit(size_t bit_index) { in ClearBit()94 ALWAYS_INLINE void CheckValidBitIndex(size_t bit_index) const { in CheckValidBitIndex()147 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
222 ALWAYS_INLINE bool Test(uintptr_t bit_index) const { in Test()
4026 uintptr_t bit_index = live_words_bitmap_->SetLiveWords(obj_begin, size); in UpdateLivenessInfo() local