Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver_test.cc44 runtime->GetJITOptions()->GetProfileSaverOptions(), in PostRuntimeCreate()
Djit.h108 const ProfileSaverOptions& GetProfileSaverOptions() const { in GetProfileSaverOptions() function
Djit.cc253 << ", profile_saver_options=" << options->GetProfileSaverOptions(); in Create()
397 ProfileSaver::Start(options_->GetProfileSaverOptions(), in StartProfileSaver()
/art/runtime/
Druntime.cc1005 !jit_options_->GetProfileSaverOptions().GetProfilePath().empty()) { in Start()
1018 jit_options_->GetProfileSaverOptions().GetProfilePath(), in Start()
1170 static_cast<int>(jit_options_->GetProfileSaverOptions().GetProfileBootClassPath())); in InitNonZygoteOrPostFork()
1786 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()