Searched refs:TestBit (Results 1 – 5 of 5) sorted by relevance
43 DCHECK(TestBit(bit_index)); in AtomicTestAndSetBit()47 DCHECK(TestBit(bit_index)); in AtomicTestAndSetBit()51 inline bool Bitmap::TestBit(uintptr_t bit_index) const { in TestBit() function144 DCHECK_EQ(TestBit(bit_index), kSetBit); in ModifyBit()
70 ALWAYS_INLINE bool TestBit(size_t bit_index) const;190 return TestBit(BitIndexFromAddr(addr)); in Test()
54 TEST(BitMemoryRegion, TestBit) { in TEST() argument
72 DCHECK(!Bitmap::TestBit(begin_bit_idx)); in SetLiveWords()110 DCHECK(Bitmap::TestBit(begin_bit_idx)); in VisitLiveStrides()
235 return Bitmap::TestBit(bit_index); in Test()