Home
last modified time | relevance | path

Searched refs:JitCompile (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Dcompiler.h76 virtual bool JitCompile(Thread* self ATTRIBUTE_UNUSED, in JitCompile() function
/art/compiler/jit/
Djit_compiler.cc200 success = compiler_driver_->GetCompiler()->JitCompile(self, code_cache, method, osr); in CompileMethod()
/art/compiler/optimizing/
Doptimizing_compiler.cc341 bool JitCompile(Thread* self, jit::JitCodeCache* code_cache, ArtMethod* method, bool osr)
1136 bool OptimizingCompiler::JitCompile(Thread* self, in JitCompile() function in art::OptimizingCompiler