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

  /art/compiler/jit/
jit_compiler.h 39 bool CompileMethod(Thread* self, ArtMethod* method, bool osr)
jit_compiler.cc 63 return jit_compiler->CompileMethod(self, method, osr);
202 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method, bool osr) {
  /art/compiler/
common_compiler_test.cc 241 CompileMethod(&m);
245 void CommonCompilerTest::CompileMethod(ArtMethod* method) {
247 TimingLogger timings("CommonTest::CompileMethod", false, false);
265 CompileMethod(method);
279 CompileMethod(method);
common_compiler_test.h 86 void CompileMethod(ArtMethod* method) SHARED_REQUIRES(Locks::mutator_lock_);
  /art/runtime/jit/
jit.h 51 bool CompileMethod(ArtMethod* method, Thread* self, bool osr)
jit.cc 243 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool osr) {
566 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ false);
568 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ true);
  /art/test/570-checker-osr/
osr.cc 141 jit->CompileMethod(m, Thread::Current(), /* osr */ true);
  /art/test/common/
runtime_state.cc 152 jit->CompileMethod(method, soa.Self(), /* osr */ false);
  /art/compiler/driver/
compiler_driver.cc 560 static void CompileMethod(Thread* self,
711 CompileMethod(self,
737 CompileMethod(self,
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 83 CompileMethod(method);
    [all...]

Completed in 129 milliseconds