Searched defs:top_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dregion_space.h295 begin_(nullptr), top_(nullptr), end_(nullptr),
303 top_.StoreRelaxed(begin);
464 return top_.LoadRelaxed();
468 top_.StoreRelaxed(new_top);
486 top_.StoreRelaxed(begin_ + num_bytes);
493 // Note that `top_` can be higher than `end_` in the case of a
496 Atomic<uint8_t*> top_; // The current position of the allocation. member in class:art::gc::space::FINAL::Region

Completed in 5 milliseconds