Home | History | Annotate | Download | only in native

Lines Matching refs:GetHeap

67   return Runtime::Current()->GetHeap()->GetTargetHeapUtilization();
71 Runtime::Current()->GetHeap()->SetTargetHeapUtilization(target);
98 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator();
125 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
145 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) {
153 Runtime::Current()->GetHeap()->ClearGrowthLimit();
157 Runtime::Current()->GetHeap()->ClampGrowthLimit();
232 Runtime::Current()->GetHeap()->RegisterNativeAllocation(env, static_cast<size_t>(bytes));
245 Runtime::Current()->GetHeap()->RegisterNativeFree(env, static_cast<size_t>(bytes));
254 Runtime::Current()->GetHeap()->Trim(ThreadForEnv(env));
258 Runtime::Current()->GetHeap()->ConcurrentGC(ThreadForEnv(env), gc::kGcCauseBackground, true);
262 Runtime::Current()->GetHeap()->RequestTrim(ThreadForEnv(env));
266 Runtime::Current()->GetHeap()->RequestConcurrentGC(ThreadForEnv(env),
272 Runtime::Current()->GetHeap()->GetTaskProcessor()->Start(ThreadForEnv(env));
276 Runtime::Current()->GetHeap()->GetTaskProcessor()->Stop(ThreadForEnv(env));
280 Runtime::Current()->GetHeap()->GetTaskProcessor()->RunAllTasks(ThreadForEnv(env));