HomeSort by relevance Sort by last modified time
    Searched defs:AtomicTestAndSet (Results 1 - 2 of 2) 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 bitmap->AtomicTestAndSet(obj);
space_bitmap-inl.h 33 inline bool SpaceBitmap<kAlignment>::AtomicTestAndSet(const mirror::Object* obj) {

Completed in 47 milliseconds