Searched refs:AtomicTestAndSet (Results 1 - 9 of 9) 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 Dheap_bitmap.h45 bool AtomicTestAndSet(const mirror::Object* obj, const LargeObjectSetVisitor& visitor)
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
H A Dspace_bitmap.h89 bool AtomicTestAndSet(const mirror::Object* obj);
/art/runtime/gc/collector/
H A Dconcurrent_copying-inl.h56 success = !bitmap->AtomicTestAndSet(ref);
H A Dconcurrent_copying.cc2222 CHECK(!mark_bitmap->AtomicTestAndSet(to_ref));
2444 if (!is_los && mark_bitmap->AtomicTestAndSet(ref)) {
2450 } else if (is_los && los_bitmap->AtomicTestAndSet(ref)) {
H A Dmark_sweep.cc529 return !object_bitmap->AtomicTestAndSet(obj);
532 return !mark_bitmap_->AtomicTestAndSet(obj, visitor);
/art/runtime/jit/
H A Djit_code_cache.cc646 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(code_ptr));
827 bitmap_->AtomicTestAndSet(FromCodeToAllocation(code));
1090 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(code_ptr));

Completed in 69 milliseconds