Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Dprofile_saver.cc328 profile_boot_class_path_(options.GetProfileBootClassPath()), in GetClassesAndMethodsHelper()
755 Runtime::Current()->GetArenaPool(), options_.GetProfileBootClassPath())); in FetchAndCacheResolvedClassesAndMethods()
830 /*for_boot_image=*/options_.GetProfileBootClassPath()); in ProcessProfilingInfo()
1007 if (options.GetProfileBootClassPath()) { in Start()
1253 return options_.GetProfileBootClassPath() in GetProfileSampleAnnotation()
1261 if (options.GetProfileBootClassPath()) { in GetExtraMethodHotnessFlags()
H A Dprofile_saver_options.h104 bool GetProfileBootClassPath() const { in GetProfileBootClassPath() function
/aosp_15_r20/art/runtime/
H A Druntime.cc1339 static_cast<int>(jit_options_->GetProfileSaverOptions().GetProfileBootClassPath())); in InitNonZygoteOrPostFork()
2002 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()
H A Dclass_linker.cc2306 runtime->GetJITOptions()->GetProfileSaverOptions().GetProfileBootClassPath() || in AddImageSpace()
4222 !Runtime::Current()->GetJITOptions()->GetProfileSaverOptions().GetProfileBootClassPath()) { in LoadMethod()