Searched defs:CompileMethod (Results 1 – 4 of 4) sorted by relevance
187 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method, bool osr) { in CompileMethod() function in art::jit::JitCompiler
250 void CommonCompilerTest::CompileMethod(ArtMethod* method) { in CompileMethod() function in art::CommonCompilerTest
249 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool osr) { in CompileMethod() function in art::jit::Jit
516 static void CompileMethod(Thread* self, in CompileMethod() function