Home
last modified time | relevance | path

Searched refs:AtomicTestAndSet (Results 1 – 9 of 9) sorted by relevance

/art/runtime/gc/accounting/
Dheap_bitmap-inl.h83 inline bool HeapBitmap::AtomicTestAndSet(const mirror::Object* obj, in AtomicTestAndSet() function
87 return bitmap->AtomicTestAndSet(obj); in AtomicTestAndSet()
92 return lo_bitmap->AtomicTestAndSet(obj); in AtomicTestAndSet()
Dheap_bitmap.h45 bool AtomicTestAndSet(const mirror::Object* obj, const LargeObjectSetVisitor& visitor)
Dbitmap.h176 ALWAYS_INLINE bool AtomicTestAndSet(size_t addr) { in AtomicTestAndSet() function
Dspace_bitmap-inl.h33 inline bool SpaceBitmap<kAlignment>::AtomicTestAndSet(const mirror::Object* obj) { in AtomicTestAndSet() function
Dspace_bitmap.h85 bool AtomicTestAndSet(const mirror::Object* obj);
/art/runtime/gc/collector/
Dconcurrent_copying-inl.h76 if (region_space_bitmap_->AtomicTestAndSet(from_ref)) { in Mark()
Dconcurrent_copying.cc321 if (cc_bitmap->AtomicTestAndSet(obj)) { in operator ()()
1831 CHECK(!mark_bitmap->AtomicTestAndSet(to_ref)); in Copy()
2006 if (cc_bitmap->AtomicTestAndSet(ref)) { in MarkNonMoving()
2054 if (!is_los && mark_bitmap->AtomicTestAndSet(ref)) { in MarkNonMoving()
2056 } else if (is_los && los_bitmap->AtomicTestAndSet(ref)) { in MarkNonMoving()
Dmark_sweep.cc535 return !object_bitmap->AtomicTestAndSet(obj); in MarkObjectParallel()
538 return !mark_bitmap_->AtomicTestAndSet(obj, visitor); in MarkObjectParallel()
/art/runtime/jit/
Djit_code_cache.cc364 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(code_ptr)); in CommitCodeInternal()
455 bitmap_->AtomicTestAndSet(FromCodeToAllocation(code)); in VisitFrame()
712 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(code_ptr)); in DoCollection()