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

  /art/runtime/gc/space/
region_space-inl.h 119 Atomic<uint8_t*>* atomic_top = reinterpret_cast<Atomic<uint8_t*>*>(&top_); local
123 old_top = atomic_top->LoadRelaxed();
128 } while (!atomic_top->CompareExchangeWeakSequentiallyConsistent(old_top, new_top));
130 DCHECK_LE(atomic_top->LoadRelaxed(), end_);

Completed in 193 milliseconds