Searched defs:CompileMethod (Results 1 – 4 of 4) sorted by relevance
/art/compiler/jit/ | ||
D | jit_compiler.cc | 184 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method, bool baseline, bool osr) { in CompileMethod() function in art::jit::JitCompiler |
/art/compiler/ | ||
D | common_compiler_test.cc | 171 void CommonCompilerTest::CompileMethod(ArtMethod* method) { in CompileMethod() function in art::CommonCompilerTest |
/art/dex2oat/dex/ | ||
D | dex_to_dex_compiler.cc | 507 CompiledMethod* DexToDexCompiler::CompileMethod( in CompileMethod() function in art::optimizer::DexToDexCompiler |
/art/runtime/jit/ | ||
D | jit.cc | 249 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool baseline, bool osr) { in CompileMethod() function in art::jit::Jit |