HomeSort by relevance Sort by last modified time
    Searched refs:AtomicTestAndSetBit (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/accounting/
bitmap.h 73 ALWAYS_INLINE bool AtomicTestAndSetBit(size_t bit_index);
177 return AtomicTestAndSetBit(BitIndexFromAddr(addr));
bitmap-inl.h 32 inline bool Bitmap::AtomicTestAndSetBit(uintptr_t bit_index) {

Completed in 51 milliseconds