Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc331 if (jit_ != nullptr) { in ~Runtime()
335 jit_->StopProfileSaver(); in ~Runtime()
373 if (jit_ != nullptr) { in ~Runtime()
378 jit_->DeleteThreadPool(); in ~Runtime()
406 if (jit_ != nullptr) { in ~Runtime()
408 jit_.reset(nullptr); in ~Runtime()
857 if (jit_.get() != nullptr && jit_options_->GetSaveProfilingInfo() && in Start()
913 jit_ == nullptr) { in InitNonZygoteOrPostFork()
2227 if (jit_.get() == nullptr) { in RegisterAppInfo()
2248 jit_->StartProfileSaver(profile_output_filename, code_paths); in RegisterAppInfo()
[all …]
Druntime.h441 return jit_.get(); in GetJit()
895 std::unique_ptr<jit::Jit> jit_; variable