Searched defs:CompileMethod (Results 1 - 3 of 3) sorted by path

/art/compiler/
H A Dcommon_compiler_test.cc242 CompileMethod(&m);
246 void CommonCompilerTest::CompileMethod(ArtMethod* method) { function in class:art::CommonCompilerTest
248 TimingLogger timings("CommonTest::CompileMethod", false, false);
266 CompileMethod(method);
280 CompileMethod(method);
/art/compiler/jit/
H A Djit_compiler.cc63 return jit_compiler->CompileMethod(self, method, osr);
202 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method, bool osr) { function in class:art::jit::JitCompiler
/art/runtime/jit/
H A Djit.cc248 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool osr) { function in class:art::jit::Jit
575 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ false);
577 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ true);

Completed in 117 milliseconds