Searched refs:jit_compiler_ (Results 1 – 2 of 2) sorted by relevance
85 JitCompilerInterface* Jit::jit_compiler_ = nullptr; member in art::jit::Jit195 jit_compiler_ = (jit_load_)(); in Create()196 if (jit_compiler_ == nullptr) { in Create()210 code_cache->SetGarbageCollectCode(!jit_compiler_->GenerateDebugInfo() && in Create()274 if (jit_compiler_->IsBaselineCompiler() && compilation_kind == CompilationKind::kOptimized) { in CompileMethodInternal()327 bool success = jit_compiler_->CompileMethod(self, region, method_to_compile, compilation_kind); in CompileMethodInternal()408 if (jit_compiler_ != nullptr) { in ~Jit()409 delete jit_compiler_; in ~Jit()410 jit_compiler_ = nullptr; in ~Jit()424 if (jit->jit_compiler_->GenerateDebugInfo()) { in NewTypeLoadedIfUsingJit()[all …]
257 return jit_compiler_; in GetJitCompiler()479 static JitCompilerInterface* jit_compiler_; variable