Searched refs:jit_compiler_ (Results 1 – 2 of 2) sorted by relevance
86 JitCompilerInterface* Jit::jit_compiler_ = nullptr; member in art::jit::Jit230 jit_compiler_ = (jit_load_)(); in Create()231 if (jit_compiler_ == nullptr) { in Create()242 code_cache->SetGarbageCollectCode(!jit_compiler_->GenerateDebugInfo() && in Create()340 bool success = jit_compiler_->CompileMethod(self, region, method_to_compile, baseline, osr); in CompileMethod()416 if (jit_compiler_ != nullptr) { in ~Jit()417 delete jit_compiler_; in ~Jit()418 jit_compiler_ = nullptr; in ~Jit()432 if (jit->jit_compiler_->GenerateDebugInfo()) { in NewTypeLoadedIfUsingJit()433 jit_compiler_->TypesLoaded(&type, 1); in NewTypeLoadedIfUsingJit()[all …]
258 return jit_compiler_; in GetJitCompiler()471 static JitCompilerInterface* jit_compiler_; variable