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

/art/runtime/gc/space/
H A Dbump_pointer_space.h79 void ClearGrowthLimit() { function in class:art::gc::space::FINAL
H A Dmalloc_space.h99 void ClearGrowthLimit() { function in class:art::gc::space::MallocSpace
172 // The capacity of the alloc space until such time that ClearGrowthLimit is called.
178 // one time by a call to ClearGrowthLimit.
/art/runtime/gc/
H A Dheap.cc2935 void Heap::ClearGrowthLimit() { function in class:art::gc::Heap
2937 non_moving_space_->ClearGrowthLimit();

Completed in 464 milliseconds