Home
last modified time | relevance | path

Searched refs:GetProfileBootClassPath (Results 1 – 3 of 3) 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()
803 Runtime::Current()->GetArenaPool(), options_.GetProfileBootClassPath())); in FetchAndCacheResolvedClassesAndMethods()
871 /*for_boot_image=*/ options_.GetProfileBootClassPath()); in ProcessProfilingInfo()
1039 if (options.GetProfileBootClassPath()) { in Start()
1295 return options_.GetProfileBootClassPath() in GetProfileSampleAnnotation()
1303 if (options.GetProfileBootClassPath()) { in GetExtraMethodHotnessFlags()
/art/runtime/
Druntime.cc1170 static_cast<int>(jit_options_->GetProfileSaverOptions().GetProfileBootClassPath())); in InitNonZygoteOrPostFork()
1786 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()