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()
44 bool AtomicTestAndSet(const mirror::Object* obj, const LargeObjectSetVisitor& visitor)
175 ALWAYS_INLINE bool AtomicTestAndSet(size_t addr) { in AtomicTestAndSet() function
88 bool AtomicTestAndSet(const mirror::Object* obj);
33 inline bool SpaceBitmap<kAlignment>::AtomicTestAndSet(const mirror::Object* obj) { in AtomicTestAndSet() function
57 success = !bitmap->AtomicTestAndSet(ref); in MarkUnevacFromSpaceRegion()
529 return !object_bitmap->AtomicTestAndSet(obj); in MarkObjectParallel()532 return !mark_bitmap_->AtomicTestAndSet(obj, visitor); in MarkObjectParallel()
2302 CHECK(!mark_bitmap->AtomicTestAndSet(to_ref)); in Copy()2531 if (!is_los && mark_bitmap->AtomicTestAndSet(ref)) { in MarkNonMoving()2537 } else if (is_los && los_bitmap->AtomicTestAndSet(ref)) { in MarkNonMoving()
665 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(code_ptr)); in CommitCodeInternal()897 bitmap_->AtomicTestAndSet(FromCodeToAllocation(code)); in VisitFrame()1160 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(code_ptr)); in DoCollection()