Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space-inl.h50 if (end + num_bytes > growth_end_) { in AllocThreadUnsafe()
76 if (UNLIKELY(new_end > growth_end_)) { in AllocNonvirtualWithoutAccounting()
Dbump_pointer_space.h86 growth_end_ = Limit(); in ClearGrowthLimit()
91 return growth_end_ - begin_; in Capacity()
182 uint8_t* growth_end_; variable
Dbump_pointer_space.cc54 growth_end_(limit), in BumpPointerSpace()
68 growth_end_(mem_map_.End()), in BumpPointerSpace()
86 growth_end_ = Limit(); in Clear()