Lines Matching refs:GetHeap

74   return Runtime::Current()->GetHeap()->GetTargetHeapUtilization();  in VMRuntime_getTargetHeapUtilization()
78 Runtime::Current()->GetHeap()->SetTargetHeapUtilization(target); in VMRuntime_nativeSetTargetHeapUtilization()
118 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); in VMRuntime_newNonMovableArray()
145 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
170 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) { in VMRuntime_addressOf()
178 Runtime::Current()->GetHeap()->ClearGrowthLimit(); in VMRuntime_clearGrowthLimit()
182 Runtime::Current()->GetHeap()->ClampGrowthLimit(); in VMRuntime_clampGrowthLimit()
296 Runtime::Current()->GetHeap()->RegisterNativeAllocation(env, clamp_to_size_t(bytes)); in VMRuntime_registerNativeAllocation()
305 Runtime::Current()->GetHeap()->RegisterNativeFree(env, clamp_to_size_t(bytes)); in VMRuntime_registerNativeFree()
309 return Runtime::Current()->GetHeap()->GetNotifyNativeInterval(); in VMRuntime_getNotifyNativeInterval()
313 Runtime::Current()->GetHeap()->NotifyNativeAllocations(env); in VMRuntime_notifyNativeAllocationsInternal()
330 Runtime::Current()->GetHeap()->AddHeapTask(new StartupCompletedTask(NanoTime())); in VMRuntime_notifyStartupCompleted()
334 Runtime::Current()->GetHeap()->Trim(Thread::ForEnv(env)); in VMRuntime_trimHeap()
338 Runtime::Current()->GetHeap()->RequestTrim(Thread::ForEnv(env)); in VMRuntime_requestHeapTrim()
342 gc::Heap *heap = Runtime::Current()->GetHeap(); in VMRuntime_requestConcurrentGC()
350 Runtime::Current()->GetHeap()->GetTaskProcessor()->Start(Thread::ForEnv(env)); in VMRuntime_startHeapTaskProcessor()
354 Runtime::Current()->GetHeap()->GetTaskProcessor()->Stop(Thread::ForEnv(env)); in VMRuntime_stopHeapTaskProcessor()
358 Runtime::Current()->GetHeap()->GetTaskProcessor()->RunAllTasks(Thread::ForEnv(env)); in VMRuntime_runHeapTasks()