OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JitCompile
(Results
1 - 3
of
3
) sorted by null
/art/compiler/
compiler.h
62
virtual bool
JitCompile
(Thread* self ATTRIBUTE_UNUSED,
/art/compiler/jit/
jit_compiler.cc
221
success = compiler_driver_->GetCompiler()->
JitCompile
(self, code_cache, method, osr);
/art/compiler/optimizing/
optimizing_compiler.cc
295
bool
JitCompile
(Thread* self, jit::JitCodeCache* code_cache, ArtMethod* method, bool osr)
868
bool OptimizingCompiler::
JitCompile
(Thread* self
[
all
...]
Completed in 90 milliseconds