Searched refs:ClearGrowthLimit (Results 1 - 7 of 7) sorted by relevance

/art/runtime/gc/
H A Dheap_test.cc31 TEST_F(HeapTest, ClearGrowthLimit) {
35 heap->ClearGrowthLimit();
H A Dheap.h292 void ClearGrowthLimit();
H A Dheap.cc2935 void Heap::ClearGrowthLimit() { function in class:art::gc::Heap
2937 non_moving_space_->ClearGrowthLimit();
/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.
H A Dspace_test.h565 space->ClearGrowthLimit();
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc126 Runtime::Current()->GetHeap()->ClearGrowthLimit();

Completed in 384 milliseconds