Lines Matching refs:Runtime

169   return Runtime::Current()->InJankPerceptibleProcessState();  in CareAboutPauseTimes()
330 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()), in Heap()
375 Runtime* const runtime = Runtime::Current(); in Heap()
453 if (foreground_collector_type_ == kCollectorTypeMS && Runtime::Current()->IsAotCompiler()) { in Heap()
832 if (kCompactZygote && Runtime::Current()->IsZygote() && !can_move_objects) { in CreateMainMallocSpace()
858 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()
863 if (!Runtime::Current()->IsAotCompiler()) { in IsCompilingBoot()
1374 Runtime::Current()->GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow()); in ThrowOutOfMemoryError()
1437 Runtime* const runtime = Runtime::Current(); in Trim()
1481 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in TrimIndirectReferenceTables()
1696 if (Runtime::Current()->HasStatsEnabled()) { in RecordFree()
1701 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in RecordFree()
1736 Runtime::Current()->GetInstrumentation(); in EntrypointsInstrumented()
2084 if (Runtime::Current()->IsShuttingDown(self)) { in PerformHomogeneousSpaceCompact()
2329 Runtime::Current()->GetInternTable()->AddNewTable(); in PreZygoteFork()
2330 Runtime::Current()->GetClassLinker()->MoveClassTableToPreZygote(); in PreZygoteFork()
2579 Runtime* runtime = Runtime::Current(); in CollectGarbageInternal()
2961 Runtime::Current()->VisitRoots(&visitor1); in VerifyReference()
2964 Runtime::Current()->VisitRoots(&visitor2); in VerifyReference()
2992 Runtime::Current()->VisitRoots(&visitor); in VerifyRoots()
3208 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalAllocationStacks()
3685 gc::Heap* heap = Runtime::Current()->GetHeap(); in Run()
3696 Runtime* runtime = Runtime::Current(); in CanAddHeapTask()
3715 if (!Runtime::Current()->IsShuttingDown(self)) { in ConcurrentGC()
3743 gc::Heap* heap = Runtime::Current()->GetHeap(); in Run()
3785 gc::Heap* heap = Runtime::Current()->GetHeap(); in Run()
4094 auto* const runtime = Runtime::Current(); in CheckGcStressMode()
4122 CHECK(Runtime::Current()->IsShuttingDown(self)); in DisableGCForShutdown()
4151 Runtime::Current()->GetInstrumentation()->InstrumentQuickAllocEntryPoints(); in SetAllocationListener()
4159 Runtime::Current()->GetInstrumentation()->UninstrumentQuickAllocEntryPoints(); in RemoveAllocationListener()
4267 gc::Heap* heap = Runtime::Current()->GetHeap(); in Run()