Searched refs:TestBit (Results 1 – 3 of 3) 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()
68 ALWAYS_INLINE bool TestBit(size_t bit_index) const;170 return TestBit(BitIndexFromAddr(addr)); in Test()
54 TEST(BitMemoryRegion, TestBit) { in TEST() argument