Searched refs:JitCompile (Results 1 – 3 of 3) sorted by relevance
62 virtual bool JitCompile(Thread* self ATTRIBUTE_UNUSED, in JitCompile() function
221 success = compiler_driver_->GetCompiler()->JitCompile(self, code_cache, method, osr); in CompileMethod()
295 bool JitCompile(Thread* self, jit::JitCodeCache* code_cache, ArtMethod* method, bool osr)868 bool OptimizingCompiler::JitCompile(Thread* self, in JitCompile() function in art::OptimizingCompiler