Home
last modified time | relevance | path

Searched refs:ClampGrowthLimit (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/space/
Dmalloc_space.h120 void ClampGrowthLimit();
Dmalloc_space.cc255 void MallocSpace::ClampGrowthLimit() { in ClampGrowthLimit() function in art::gc::space::MallocSpace
/art/runtime/native/
Ddalvik_system_VMRuntime.cc155 Runtime::Current()->GetHeap()->ClampGrowthLimit(); in VMRuntime_clampGrowthLimit()
/art/runtime/gc/
Dheap.h367 void ClampGrowthLimit() REQUIRES(!Locks::heap_bitmap_lock_);
Dheap.cc3655 void Heap::ClampGrowthLimit() { in ClampGrowthLimit() function in art::gc::Heap
3663 malloc_space->ClampGrowthLimit(); in ClampGrowthLimit()
3668 main_space_backup_->ClampGrowthLimit(); in ClampGrowthLimit()