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.h85 bool AtomicTestAndSet(const mirror::Object* obj);
/art/runtime/gc/collector/
H A Dconcurrent_copying-inl.h76 if (region_space_bitmap_->AtomicTestAndSet(from_ref)) {
H A Dconcurrent_copying.cc320 if (cc_bitmap->AtomicTestAndSet(obj)) {
1828 CHECK(!mark_bitmap->AtomicTestAndSet(to_ref));
2003 if (cc_bitmap->AtomicTestAndSet(ref)) {
2051 if (!is_los && mark_bitmap->AtomicTestAndSet(ref)) {
2053 } else if (is_los && los_bitmap->AtomicTestAndSet(ref)) {
H A Dmark_sweep.cc537 return !object_bitmap->AtomicTestAndSet(obj);
540 return !mark_bitmap_->AtomicTestAndSet(obj, visitor);
/art/runtime/jit/
H A Djit_code_cache.cc365 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(code_ptr));
456 bitmap_->AtomicTestAndSet(FromCodeToAllocation(code));
713 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(code_ptr));

Completed in 732 milliseconds