Searched defs:CompileMethod (Results 1 – 4 of 4) sorted by relevance
| /art/runtime/jit/ | ||
| D | jit.cc | 129 bool Jit::CompileMethod(ArtMethod* method, Thread* self) { in CompileMethod() function in art::jit::Jit |
| /art/compiler/jit/ | ||
| D | jit_compiler.cc | 140 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method) { in CompileMethod() function in art::jit::JitCompiler |
| /art/compiler/ | ||
| D | common_compiler_test.cc | 241 void CommonCompilerTest::CompileMethod(ArtMethod* method) { in CompileMethod() function in art::CommonCompilerTest |
| /art/compiler/driver/ | ||
| D | compiler_driver.cc | 590 CompiledMethod* CompilerDriver::CompileMethod(Thread* self, ArtMethod* method) { in CompileMethod() function in art::CompilerDriver |