Lines Matching refs:Runtime

139     while (!Runtime::Current()->GetStartupCompleted()) {  in Run()
150 Runtime::Current()->NotifyStartupCompleted(); in Run()
331 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in SampleClassesAndExecutedMethods()
414 Runtime* const runtime = Runtime::Current(); in FetchAndCacheResolvedClassesAndMethods()
420 const bool is_low_ram = Runtime::Current()->GetHeap()->IsLowMemoryMode(); in FetchAndCacheResolvedClassesAndMethods()
429 } else if (Runtime::Current()->GetJit() != nullptr) { in FetchAndCacheResolvedClassesAndMethods()
430 hot_method_sample_threshold = Runtime::Current()->GetJit()->WarmMethodThreshold(); in FetchAndCacheResolvedClassesAndMethods()
449 Runtime::Current()->GetArenaPool(), options_.GetProfileBootClassPath())); in FetchAndCacheResolvedClassesAndMethods()
556 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool()); in ProcessProfilingInfo()
653 Runtime::Current()->GetArenaPool()->TrimMaps(); in ProcessProfilingInfo()
659 Runtime* runtime = Runtime::Current(); in RunProfileSaverThread()
688 OatFileManager& oat_manager = Runtime::Current()->GetOatFileManager(); in ShouldProfileLocation()
711 Runtime* const runtime = Runtime::Current(); in Start()
931 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool()); in HasSeenMethod()
979 std::string package_name = Runtime::Current()->GetProcessPackageName(); in GetProfileSampleAnnotation()
996 extra_flags = Is64BitInstructionSet(Runtime::Current()->GetInstructionSet()) in AnnotateSampleFlags()