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

  /art/runtime/gc/space/
malloc_space.h 120 void ClampGrowthLimit();
malloc_space.cc 255 void MallocSpace::ClampGrowthLimit() {
  /art/runtime/native/
dalvik_system_VMRuntime.cc 157 Runtime::Current()->GetHeap()->ClampGrowthLimit();
651 NATIVE_METHOD(VMRuntime, clampGrowthLimit, "()V"),
  /art/runtime/gc/
heap.h 365 // which will never be used. Used to implement dalvik.system.VMRuntime.clampGrowthLimit.
366 void ClampGrowthLimit() REQUIRES(!Locks::heap_bitmap_lock_);
    [all...]
heap.cc     [all...]

Completed in 79 milliseconds