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