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

  /art/runtime/
read_barrier-inl.h 128 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/
class.cc 951 auto* atomic_root = local
    [all...]

Completed in 440 milliseconds