Searched refs:atomic_root (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dread_barrier-inl.h128 Atomic<mirror::Object*>* atomic_root = reinterpret_cast<Atomic<mirror::Object*>*>(root); local
129 atomic_root->CompareExchangeStrongRelaxed(old_ref, ref);
170 auto* atomic_root = local
172 atomic_root->CompareExchangeStrongRelaxed(old_ref, new_ref);
/art/runtime/mirror/
H A Dclass.cc951 auto* atomic_root = local
953 atomic_root->CompareExchangeStrongSequentiallyConsistent(

Completed in 67 milliseconds