Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dbitmap-inl.h43 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.h68 ALWAYS_INLINE bool TestBit(size_t bit_index) const;
170 return TestBit(BitIndexFromAddr(addr)); in Test()
/art/libartbase/base/
Dbit_memory_region_test.cc54 TEST(BitMemoryRegion, TestBit) { in TEST() argument