Searched refs:jit_compiler_ (Results 1 – 2 of 2) sorted by relevance
68 JitCompilerInterface* Jit::jit_compiler_ = nullptr; member in art::jit::Jit98 jit_compiler_ = jit_create(); in Create()109 code_cache->SetGarbageCollectCode(!jit_compiler_->GenerateDebugInfo() && in Create()163 if (jit_compiler_->IsBaselineCompiler() && compilation_kind == CompilationKind::kOptimized) { in CompileMethodInternal()228 bool success = jit_compiler_->CompileMethod(self, region, method_to_compile, compilation_kind); in CompileMethodInternal()309 if (jit_compiler_ != nullptr) { in ~Jit()310 delete jit_compiler_; in ~Jit()311 jit_compiler_ = nullptr; in ~Jit()321 if (jit->jit_compiler_->GenerateDebugInfo()) { in NewTypeLoadedIfUsingJit()322 jit_compiler_->TypesLoaded(&type, 1); in NewTypeLoadedIfUsingJit()[all …]
207 return jit_compiler_; in GetJitCompiler()427 EXPORT static JitCompilerInterface* jit_compiler_; variable