Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver_options.h118 bool GetProfileBootClassPath() const { in GetProfileBootClassPath() function
Dprofile_saver.cc338 profile_boot_class_path_(options.GetProfileBootClassPath()), in GetClassesAndMethodsHelper()
804 Runtime::Current()->GetArenaPool(), options_.GetProfileBootClassPath())); in FetchAndCacheResolvedClassesAndMethods()
872 /*for_boot_image=*/ options_.GetProfileBootClassPath()); in ProcessProfilingInfo()
1040 if (options.GetProfileBootClassPath()) { in Start()
1296 return options_.GetProfileBootClassPath() in GetProfileSampleAnnotation()
1304 if (options.GetProfileBootClassPath()) { in GetExtraMethodHotnessFlags()
/art/runtime/
Druntime.cc1223 static_cast<int>(jit_options_->GetProfileSaverOptions().GetProfileBootClassPath())); in InitNonZygoteOrPostFork()
1840 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()
Dclass_linker.cc1990 if (runtime->GetJITOptions()->GetProfileSaverOptions().GetProfileBootClassPath()) { in AddImageSpace()
3776 !Runtime::Current()->GetJITOptions()->GetProfileSaverOptions().GetProfileBootClassPath()) { in LoadMethod()