Searched refs:AtomicTestAndSet (Results 1 – 9 of 9) sorted by relevance
83 inline bool HeapBitmap::AtomicTestAndSet(const mirror::Object* obj, in AtomicTestAndSet() function87 return bitmap->AtomicTestAndSet(obj); in AtomicTestAndSet()92 return lo_bitmap->AtomicTestAndSet(obj); in AtomicTestAndSet()
47 bool AtomicTestAndSet(const mirror::Object* obj, const LargeObjectSetVisitor& visitor)
174 ALWAYS_INLINE bool AtomicTestAndSet(size_t addr) { in AtomicTestAndSet() function
102 bool AtomicTestAndSet(const mirror::Object* obj);
34 inline bool SpaceBitmap<kAlignment>::AtomicTestAndSet(const mirror::Object* obj) { in AtomicTestAndSet() function
82 success = !bitmap->AtomicTestAndSet(ref); in MarkUnevacFromSpaceRegion()
1229 return (bitmap != nullptr) ? bitmap->AtomicTestAndSet(ref) : los_bitmap->AtomicTestAndSet(ref); in TestAndSetMarkBitForRef()3573 CHECK(!heap_->non_moving_space_->GetLiveBitmap()->AtomicTestAndSet(to_ref)); in Copy()3577 CHECK(!heap_->non_moving_space_->GetMarkBitmap()->AtomicTestAndSet(to_ref)); in Copy()3718 !los_bitmap->AtomicTestAndSet(ref) : in MarkNonMoving()3719 !mark_bitmap->AtomicTestAndSet(ref); in MarkNonMoving()
554 return !object_bitmap->AtomicTestAndSet(obj); in MarkObjectParallel()557 return !mark_bitmap_->AtomicTestAndSet(obj, visitor); in MarkObjectParallel()
764 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(code_ptr)); in Commit()1029 bitmap_->AtomicTestAndSet(FromCodeToAllocation(code)); in Run()1324 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(code_ptr)); in DoCollection()1337 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(code_ptr)); in DoCollection()1647 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(data->GetCode())); in NotifyCompilationOf()