Home
last modified time | relevance | path

Searched refs:TestBit (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/accounting/
Dbitmap-inl.h42 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() function
144 DCHECK_EQ(TestBit(bit_index), kSetBit); in ModifyBit()
Dbitmap.h70 ALWAYS_INLINE bool TestBit(size_t bit_index) const;
172 return TestBit(BitIndexFromAddr(addr)); in Test()