Home
last modified time | relevance | path

Searched refs:GetProfileBootClassPath (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Dprofile_saver_options.h112 bool GetProfileBootClassPath() const { in GetProfileBootClassPath() function
Dprofile_saver.cc337 profile_boot_class_path_(options.GetProfileBootClassPath()), in GetClassesAndMethodsHelper()
764 Runtime::Current()->GetArenaPool(), options_.GetProfileBootClassPath())); in FetchAndCacheResolvedClassesAndMethods()
832 /*for_boot_image=*/options_.GetProfileBootClassPath()); in ProcessProfilingInfo()
1006 if (options.GetProfileBootClassPath()) { in Start()
1262 return options_.GetProfileBootClassPath() in GetProfileSampleAnnotation()
1270 if (options.GetProfileBootClassPath()) { in GetExtraMethodHotnessFlags()
/art/runtime/
Druntime.cc1341 static_cast<int>(jit_options_->GetProfileSaverOptions().GetProfileBootClassPath())); in InitNonZygoteOrPostFork()
2004 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()
Dclass_linker.cc2292 runtime->GetJITOptions()->GetProfileSaverOptions().GetProfileBootClassPath() || in AddImageSpace()
4167 !Runtime::Current()->GetJITOptions()->GetProfileSaverOptions().GetProfileBootClassPath()) { in LoadMethod()