HomeSort by relevance Sort by last modified time
    Searched defs:CompileMethod (Results 1 - 4 of 4) sorted by null

  /art/compiler/jit/
jit_compiler.cc 68 return jit_compiler->CompileMethod(self, method, osr);
169 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method, bool osr) {
  /art/compiler/
common_compiler_test.cc 245 CompileMethod(&m);
249 void CommonCompilerTest::CompileMethod(ArtMethod* method) {
251 TimingLogger timings("CommonTest::CompileMethod", false, false);
269 CompileMethod(method);
283 CompileMethod(method);
  /art/compiler/dex/
dex_to_dex_compiler.cc 507 CompiledMethod* DexToDexCompiler::CompileMethod(
  /art/runtime/jit/
jit.cc 274 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool osr) {
619 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ false);
621 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ true);

Completed in 112 milliseconds