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

  /art/runtime/
read_barrier-inl.h 131 Atomic<mirror::Object*>* atomic_root = reinterpret_cast<Atomic<mirror::Object*>*>(root); local
132 atomic_root->CompareExchangeStrongRelaxed(old_ref, ref);
173 auto* atomic_root = local
175 atomic_root->CompareExchangeStrongRelaxed(old_ref, new_ref);
  /art/runtime/mirror/
class.cc 1045 auto* atomic_root = local
    [all...]

Completed in 1304 milliseconds