Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h397 top_(nullptr), in Region()
409 top_.store(begin, std::memory_order_relaxed); in Init()
586 return top_.load(std::memory_order_relaxed); in Top()
590 top_.store(new_top, std::memory_order_relaxed); in SetTop()
607 top_.store(begin_ + num_bytes, std::memory_order_relaxed); in RecordThreadLocalAllocations()
623 Atomic<uint8_t*> top_; // The current position of the allocation. variable
Dregion_space-inl.h108 old_top = top_.load(std::memory_order_relaxed); in Alloc()
113 } while (!top_.CompareAndSetWeakRelaxed(old_top, new_top)); in Alloc()
Dregion_space.cc1018 top_.store(begin_, std::memory_order_relaxed); in Clear()