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.cc412 if (jit_ != nullptr) { in ~Runtime()
413 jit_->WaitForWorkersToBeCreated(); in ~Runtime()
417 jit_->StopProfileSaver(); in ~Runtime()
421 jit_->DeleteThreadPool(); in ~Runtime()
512 if (jit_ != nullptr) { in ~Runtime()
514 jit_.reset(nullptr); in ~Runtime()
1102 if (jit_ != nullptr) { in Start()
1103 jit_->GetThreadPool()->WaitForWorkersToBeCreated(); in Start()
1171 if (jit_.get() != nullptr && jit_options_->GetSaveProfilingInfo() && in Start()
2654 if (jit_ != nullptr) { in VisitConcurrentRoots()
[all …]
Druntime.h589 return jit_.get(); in GetJit()
1285 std::unique_ptr<jit::Jit> jit_; variable
/art/runtime/jit/
Dprofiling_info.cc149 : jit_(jit), in ScopedProfilingInfoUse()
161 jit_->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoUse()
Dprofiling_info.h221 jit::Jit* const jit_;