HomeSort by relevance Sort by last modified time
    Searched refs:ClearGrowthLimit (Results 1 - 7 of 7) sorted by null

  /art/runtime/gc/
heap_test.cc 32 TEST_F(HeapTest, ClearGrowthLimit) {
36 heap->ClearGrowthLimit();
heap.h 361 // implement dalvik.system.VMRuntime.clearGrowthLimit.
362 void ClearGrowthLimit();
    [all...]
heap.cc     [all...]
  /art/runtime/gc/space/
bump_pointer_space.h 83 void ClearGrowthLimit() {
malloc_space.h 104 void ClearGrowthLimit() {
181 // The capacity of the alloc space until such time that ClearGrowthLimit is called.
187 // one time by a call to ClearGrowthLimit.
space_test.h 342 space->ClearGrowthLimit();
  /art/runtime/native/
dalvik_system_VMRuntime.cc 153 Runtime::Current()->GetHeap()->ClearGrowthLimit();
653 NATIVE_METHOD(VMRuntime, clearGrowthLimit, "()V"),

Completed in 64 milliseconds