Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc433 options_.GetProfileBootClassPath(), in FetchAndCacheResolvedClassesAndMethods()
449 Runtime::Current()->GetArenaPool(), options_.GetProfileBootClassPath())); in FetchAndCacheResolvedClassesAndMethods()
561 if (options_.GetProfileBootClassPath() != info.IsForBootImage()) { in ProcessProfilingInfo()
565 << options_.GetProfileBootClassPath(); in ProcessProfilingInfo()
566 info.ClearDataAndAdjustVersion(options_.GetProfileBootClassPath()); in ProcessProfilingInfo()
729 if (options.GetProfileBootClassPath()) { in Start()
986 return options_.GetProfileBootClassPath() in GetProfileSampleAnnotation()
995 if (options_.GetProfileBootClassPath()) { in AnnotateSampleFlags()
Dprofile_saver_options.h109 bool GetProfileBootClassPath() const { in GetProfileBootClassPath() function
/art/runtime/
Druntime.cc1598 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()