Home
last modified time | relevance | path

Searched defs:ClampGrowthLimit (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/space/
Dlarge_object_space.h179 void ClampGrowthLimit(size_t capacity ATTRIBUTE_UNUSED) override {} in ClampGrowthLimit() function
Dmalloc_space.cc279 void MallocSpace::ClampGrowthLimit() { in ClampGrowthLimit() function in art::gc::space::MallocSpace
Dbump_pointer_space.cc96 size_t BumpPointerSpace::ClampGrowthLimit(size_t new_capacity) { in ClampGrowthLimit() function in art::gc::space::BumpPointerSpace
Dregion_space.cc804 void RegionSpace::ClampGrowthLimit(size_t new_capacity) { in ClampGrowthLimit() function in art::gc::space::RegionSpace
Dlarge_object_space.cc403 void FreeListSpace::ClampGrowthLimit(size_t new_capacity) { in ClampGrowthLimit() function in art::gc::space::FreeListSpace
/art/runtime/gc/collector/
Dmark_compact.cc651 void MarkCompact::ClampGrowthLimit(size_t new_capacity) { in ClampGrowthLimit() function in art::gc::collector::MarkCompact
/art/runtime/gc/
Dheap.cc3876 void Heap::ClampGrowthLimit() { in ClampGrowthLimit() function in art::gc::Heap