Searched refs:jit_ (Results 1 – 5 of 5) sorted by relevance
57 jit_(unwindstack::CreateJitDebug(arch_, memory_)), in UnwindHelper()62 unwinder_.SetJitDebug(jit_.get()); in UnwindHelper()86 std::unique_ptr<unwindstack::JitDebug> jit_; member
412 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 …]
589 return jit_.get(); in GetJit()1285 std::unique_ptr<jit::Jit> jit_; variable
149 : jit_(jit), in ScopedProfilingInfoUse()161 jit_->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoUse()
221 jit::Jit* const jit_;