Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver_test.cc46 runtime->GetJITOptions()->GetProfileSaverOptions(), in PostRuntimeCreate()
Djit.h104 const ProfileSaverOptions& GetProfileSaverOptions() const { in GetProfileSaverOptions() function
Djit.cc251 << ", profile_saver_options=" << options->GetProfileSaverOptions(); in Create()
395 ProfileSaver::Start(options_->GetProfileSaverOptions(), filename, code_cache_, code_paths); in StartProfileSaver()
/art/runtime/
Druntime.cc984 !jit_options_->GetProfileSaverOptions().GetProfilePath().empty()) { in Start()
987 RegisterAppInfo(dex_filenames, jit_options_->GetProfileSaverOptions().GetProfilePath()); in Start()
1598 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()