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