Home
last modified time | relevance | path

Searched refs:atomic_top (Results 1 – 1 of 1) sorted by relevance

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