Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h295 begin_(nullptr), top_(nullptr), end_(nullptr), in Region()
303 top_.StoreRelaxed(begin); in Init()
464 return top_.LoadRelaxed(); in Top()
468 top_.StoreRelaxed(new_top); in SetTop()
486 top_.StoreRelaxed(begin_ + num_bytes); in RecordThreadLocalAllocations()
496 Atomic<uint8_t*> top_; // The current position of the allocation. variable
Dregion_space-inl.h103 old_top = top_.LoadRelaxed(); in Alloc()
108 } while (!top_.CompareAndSetWeakRelaxed(old_top, new_top)); in Alloc()
Dregion_space.cc592 top_.StoreRelaxed(begin_); in Clear()