Home
last modified time | relevance | path

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

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