Searched defs:AtomicTestAndSet (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/accounting/
H A Dheap_bitmap-inl.h83 inline bool HeapBitmap::AtomicTestAndSet(const mirror::Object* obj, function in class:art::gc::accounting::HeapBitmap
87 return bitmap->AtomicTestAndSet(obj);
92 return lo_bitmap->AtomicTestAndSet(obj);
H A Dbitmap.h176 ALWAYS_INLINE bool AtomicTestAndSet(size_t addr) { function in class:art::gc::accounting::MemoryRangeBitmap
H A Dspace_bitmap-inl.h33 inline bool SpaceBitmap<kAlignment>::AtomicTestAndSet(const mirror::Object* obj) { function in class:art::gc::accounting::SpaceBitmap

Completed in 47 milliseconds