Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dbitmap.h71 ALWAYS_INLINE bool AtomicTestAndSetBit(size_t bit_index);
175 return AtomicTestAndSetBit(BitIndexFromAddr(addr)); in AtomicTestAndSet()
Dbitmap-inl.h33 inline bool Bitmap::AtomicTestAndSetBit(uintptr_t bit_index) { in AtomicTestAndSetBit() function