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

/art/compiler/jit/
H A Djit_compiler.cc68 return jit_compiler->CompileMethod(self, method, osr);
169 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method, bool osr) { function in class:art::jit::JitCompiler
/art/compiler/
H A Dcommon_compiler_test.cc245 CompileMethod(&m);
249 void CommonCompilerTest::CompileMethod(ArtMethod* method) { function in class:art::CommonCompilerTest
251 TimingLogger timings("CommonTest::CompileMethod", false, false);
269 CompileMethod(method);
283 CompileMethod(method);
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc507 CompiledMethod* DexToDexCompiler::CompileMethod( function in class:art::optimizer::DexToDexCompiler
/art/runtime/jit/
H A Djit.cc274 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool osr) { function in class:art::jit::Jit
619 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ false);
621 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ true);

Completed in 407 milliseconds