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

/art/compiler/
H A Dcompiler.h62 virtual bool JitCompile(Thread* self ATTRIBUTE_UNUSED,
/art/compiler/jit/
H A Djit_compiler.cc221 success = compiler_driver_->GetCompiler()->JitCompile(self, code_cache, method, osr);
/art/compiler/optimizing/
H A Doptimizing_compiler.cc295 bool JitCompile(Thread* self, jit::JitCodeCache* code_cache, ArtMethod* method, bool osr)
868 bool OptimizingCompiler::JitCompile(Thread* self, function in class:art::OptimizingCompiler

Completed in 78 milliseconds