Searched defs:atomic_root (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jit/
H A Dprofiling_info.cc97 auto atomic_root = reinterpret_cast<Atomic<GcRoot<mirror::Class>>*>(&cache->classes_[i]); local
98 if (!atomic_root->CompareAndSetStrongSequentiallyConsistent(expected_root, desired_root)) {
/art/runtime/
H A Dread_barrier-inl.h133 Atomic<mirror::Object*>* atomic_root = reinterpret_cast<Atomic<mirror::Object*>*>(root); local
134 atomic_root->CompareAndSetStrongRelaxed(old_ref, ref);
175 auto* atomic_root = local
177 atomic_root->CompareAndSetStrongRelaxed(old_ref, new_ref);
/art/runtime/mirror/
H A Dclass.cc1160 auto* atomic_root = local
1162 atomic_root->CompareAndSetStrongSequentiallyConsistent(

Completed in 62 milliseconds