Searched refs:jit_options_ (Results 1 – 2 of 2) sorted by relevance
788 if (jit_options_->UseJitCompilation() || jit_options_->GetSaveProfilingInfo()) { in Start()794 } else if (jit_options_->UseJitCompilation()) { in Start()857 if (jit_.get() != nullptr && jit_options_->GetSaveProfilingInfo() && in Start()858 !jit_options_->GetProfileSaverOptions().GetProfilePath().empty()) { in Start()861 RegisterAppInfo(dex_filenames, jit_options_->GetProfileSaverOptions().GetProfilePath()); in Start()904 jit_options_->SetUseJitCompilation(false); in InitNonZygoteOrPostFork()905 jit_options_->SetSaveProfilingInfo(profile_system_server); in InitNonZygoteOrPostFork()907 jit_options_->SetWaitForJitNotificationsToSaveProfile(false); in InitNonZygoteOrPostFork()912 (jit_options_->UseJitCompilation() || jit_options_->GetSaveProfilingInfo()) && in InitNonZygoteOrPostFork()1336 jit_options_.reset(jit::JitOptions::CreateFromRuntimeArguments(runtime_options)); in Init()[all …]
639 return jit_options_.get(); in GetJITOptions()896 std::unique_ptr<jit::JitOptions> jit_options_; variable