HomeSort by relevance Sort by last modified time
    Searched defs:AtomicTestAndSet (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/accounting/
heap_bitmap-inl.h 83 inline bool HeapBitmap::AtomicTestAndSet(const mirror::Object* obj,
87 return bitmap->AtomicTestAndSet(obj);
92 return lo_bitmap->AtomicTestAndSet(obj);
bitmap.h 175 ALWAYS_INLINE bool AtomicTestAndSet(size_t addr) {
space_bitmap-inl.h 34 inline bool SpaceBitmap<kAlignment>::AtomicTestAndSet(const mirror::Object* obj) {

Completed in 81 milliseconds