Home
last modified time | relevance | path

Searched refs:jit_options_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc911 if (jit_options_->UseJitCompilation() || jit_options_->GetSaveProfilingInfo()) { in Start()
983 if (jit_.get() != nullptr && jit_options_->GetSaveProfilingInfo() && in Start()
984 !jit_options_->GetProfileSaverOptions().GetProfilePath().empty()) { in Start()
987 RegisterAppInfo(dex_filenames, jit_options_->GetProfileSaverOptions().GetProfilePath()); in Start()
1038 jit_options_->SetWaitForJitNotificationsToSaveProfile(false); in InitNonZygoteOrPostFork()
1453 jit_options_.reset(jit::JitOptions::CreateFromRuntimeArguments(runtime_options)); in Init()
1459 jit_options_->SetUseJitCompilation(false); in Init()
1460 jit_options_->SetSaveProfilingInfo(false); in Init()
1598 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()
2646 DCHECK(!jit_options_->UseJitCompilation()); in CreateJitCodeCache()
[all …]
Druntime.h718 return jit_options_.get(); in GetJITOptions()
1109 std::unique_ptr<jit::JitOptions> jit_options_; variable