Searched refs:jit_compiler_ (Results 1 – 2 of 2) sorted by relevance
87 JitCompilerInterface* Jit::jit_compiler_ = nullptr; member in art::jit::Jit231 jit_compiler_ = (jit_load_)(); in Create()232 if (jit_compiler_ == nullptr) { in Create()243 code_cache->SetGarbageCollectCode(!jit_compiler_->GenerateDebugInfo() && in Create()344 bool success = jit_compiler_->CompileMethod(self, region, method_to_compile, compilation_kind); in CompileMethod()420 if (jit_compiler_ != nullptr) { in ~Jit()421 delete jit_compiler_; in ~Jit()422 jit_compiler_ = nullptr; in ~Jit()436 if (jit->jit_compiler_->GenerateDebugInfo()) { in NewTypeLoadedIfUsingJit()437 jit_compiler_->TypesLoaded(&type, 1); in NewTypeLoadedIfUsingJit()[all …]
259 return jit_compiler_; in GetJitCompiler()480 static JitCompilerInterface* jit_compiler_; variable