Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.cc57 jit_(unwindstack::CreateJitDebug(arch_, memory_)), in UnwindHelper()
62 unwinder_.SetJitDebug(jit_.get()); in UnwindHelper()
86 std::unique_ptr<unwindstack::JitDebug> jit_; member
Druntime.cc391 if (jit_ != nullptr) { in ~Runtime()
392 jit_->WaitForWorkersToBeCreated(); in ~Runtime()
396 jit_->StopProfileSaver(); in ~Runtime()
400 jit_->DeleteThreadPool(); in ~Runtime()
484 if (jit_ != nullptr) { in ~Runtime()
486 jit_.reset(nullptr); in ~Runtime()
1004 if (jit_.get() != nullptr && jit_options_->GetSaveProfilingInfo() && in Start()
2637 if (jit_.get() == nullptr) { in RegisterAppInfo()
2659 jit_->StartProfileSaver(profile_output_filename, code_paths, ref_profile_filename); in RegisterAppInfo()
2896 DCHECK(jit_ == nullptr); in CreateJit()
[all …]
Druntime.h512 return jit_.get(); in GetJit()
1180 std::unique_ptr<jit::Jit> jit_; variable
/art/runtime/jit/
Dprofiling_info.cc110 : jit_(jit), in ScopedProfilingInfoUse()
120 jit_->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoUse()
Dprofiling_info.h153 jit::Jit* const jit_;