Home
last modified time | relevance | path

Searched defs:CompileMethod (Results 1 – 4 of 4) sorted by relevance

/art/compiler/jit/
Djit_compiler.cc202 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method, bool osr) { in CompileMethod() function in art::jit::JitCompiler
/art/compiler/
Dcommon_compiler_test.cc245 void CommonCompilerTest::CompileMethod(ArtMethod* method) { in CompileMethod() function in art::CommonCompilerTest
/art/runtime/jit/
Djit.cc243 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool osr) { in CompileMethod() function in art::jit::Jit
/art/compiler/driver/
Dcompiler_driver.cc560 static void CompileMethod(Thread* self, in CompileMethod() function