HomeSort by relevance Sort by last modified time
    Searched refs:atomic_root (Results 1 - 3 of 3) sorted by null

  /art/runtime/jit/
profiling_info.cc 97 auto atomic_root = reinterpret_cast<Atomic<GcRoot<mirror::Class>>*>(&cache->classes_[i]); local
98 if (!atomic_root->CompareAndSetStrongSequentiallyConsistent(expected_root, desired_root)) {
  /art/runtime/
read_barrier-inl.h 138 Atomic<MirrorType*>* atomic_root = reinterpret_cast<Atomic<MirrorType*>*>(root); local
139 atomic_root->CompareAndSetStrongRelaxed(old_ref, ref);
180 auto* atomic_root = local
182 atomic_root->CompareAndSetStrongRelaxed(old_ref, new_ref);
  /art/runtime/mirror/
class.cc 1162 auto* atomic_root = local
    [all...]

Completed in 139 milliseconds