Home | History | Annotate | Download | only in native

Lines Matching refs:GetHeap

46   return Runtime::Current()->GetHeap()->GetTargetHeapUtilization();
50 Runtime::Current()->GetHeap()->SetTargetHeapUtilization(target);
77 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator();
101 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
118 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) {
126 Runtime::Current()->GetHeap()->ClearGrowthLimit();
191 Runtime::Current()->GetHeap()->RegisterNativeAllocation(env, static_cast<size_t>(bytes));
200 Runtime::Current()->GetHeap()->RegisterNativeFree(env, static_cast<size_t>(bytes));
204 Runtime::Current()->GetHeap()->UpdateProcessState(static_cast<gc::ProcessState>(process_state));
209 Runtime::Current()->GetHeap()->DoPendingTransitionOrTrim();
213 Runtime::Current()->GetHeap()->ConcurrentGC(ThreadForEnv(env));