HomeSort by relevance Sort by last modified time
    Searched refs:AtomicTestAndSet (Results 1 - 5 of 5) 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);
heap_bitmap.h 40 bool AtomicTestAndSet(const mirror::Object* obj, const LargeObjectSetVisitor& visitor)
space_bitmap-inl.h 33 inline bool SpaceBitmap<kAlignment>::AtomicTestAndSet(const mirror::Object* obj) {
space_bitmap.h 84 bool AtomicTestAndSet(const mirror::Object* obj);
  /art/runtime/gc/collector/
mark_sweep.cc 444 return !object_bitmap->AtomicTestAndSet(obj);
447 return !mark_bitmap_->AtomicTestAndSet(obj, visitor);
    [all...]

Completed in 215 milliseconds