Searched refs:CompileMethod (Results 1 - 11 of 11) sorted by relevance

/art/compiler/jit/
H A Djit_compiler.h39 bool CompileMethod(Thread* self, ArtMethod* method, bool osr)
H A Djit_compiler.cc66 return jit_compiler->CompileMethod(self, method, osr);
187 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method, bool osr) { function in class:art::jit::JitCompiler
/art/compiler/
H A Dcommon_compiler_test.cc246 CompileMethod(&m);
250 void CommonCompilerTest::CompileMethod(ArtMethod* method) { function in class:art::CommonCompilerTest
252 TimingLogger timings("CommonTest::CompileMethod", false, false);
270 CompileMethod(method);
284 CompileMethod(method);
H A Dcommon_compiler_test.h89 void CompileMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
/art/test/566-polymorphic-inlining/
H A Dpolymorphic_inline.cc46 jit->CompileMethod(method, soa.Self(), /* osr */ false);
/art/test/570-checker-osr/
H A Dosr.cc141 jit->CompileMethod(m, Thread::Current(), /* osr */ true);
/art/runtime/jit/
H A Djit.cc249 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool osr) { function in class:art::jit::Jit
587 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ false);
589 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ true);
H A Djit.h62 bool CompileMethod(ArtMethod* method, Thread* self, bool osr)
/art/test/common/
H A Druntime_state.cc211 jit->CompileMethod(method, self, /* osr */ false);
/art/compiler/driver/
H A Dcompiler_driver.cc516 static void CompileMethod(Thread* self, function in namespace:art
706 CompileMethod(self,
732 CompileMethod(self,
2621 CompileMethod(soa.Self(),
2646 CompileMethod(soa.Self(),
/art/compiler/jni/
H A Djni_compiler_test.cc255 CompileMethod(method);

Completed in 202 milliseconds