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.h49 if (end + num_bytes > growth_end_) { in AllocThreadUnsafe()
73 if (UNLIKELY(new_end > growth_end_)) { in AllocNonvirtualWithoutAccounting()
Dbump_pointer_space.h80 growth_end_ = Limit(); in ClearGrowthLimit()
85 return growth_end_ - begin_; in Capacity()
174 uint8_t* growth_end_; variable
Dbump_pointer_space.cc49 growth_end_(limit), in BumpPointerSpace()
59 growth_end_(mem_map->End()), in BumpPointerSpace()
77 growth_end_ = Limit(); in Clear()