Searched refs:CompileMethod (Results 1 – 10 of 10) sorted by relevance
/art/compiler/jit/ |
D | jit_compiler.h | 43 bool CompileMethod(
|
D | jit_compiler.cc | 167 bool JitCompiler::CompileMethod( in CompileMethod() function in art::jit::JitCompiler
|
/art/test/566-polymorphic-inlining/ |
D | polymorphic_inline.cc | 50 jit->CompileMethod(method, soa.Self(), CompilationKind::kOptimized, /*prejit=*/ false); in do_checks()
|
/art/compiler/ |
D | common_compiler_test.cc | 231 void CommonCompilerTestImpl::CompileMethod(ArtMethod* method) { in CompileMethod() function in art::CommonCompilerTestImpl 290 CompileMethod(method); in CompileDirectMethod() 307 CompileMethod(method); in CompileVirtualMethod()
|
D | common_compiler_test.h | 75 void CompileMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
|
/art/test/570-checker-osr/ |
D | osr.cc | 132 jit->CompileMethod( in Java_Main_ensureHasOsrCode()
|
/art/runtime/jit/ |
D | jit.h | 199 virtual bool CompileMethod( 251 bool CompileMethod(ArtMethod* method, Thread* self, CompilationKind compilation_kind, bool prejit)
|
D | jit.cc | 295 bool Jit::CompileMethod(ArtMethod* method, in CompileMethod() function in art::jit::Jit 345 bool success = jit_compiler_->CompileMethod(self, region, method_to_compile, compilation_kind); in CompileMethod() 800 Runtime::Current()->GetJit()->CompileMethod( in Run() 1335 CompileMethod(method, self, CompilationKind::kOptimized, /* prejit= */ true); in CompileMethodFromProfile()
|
/art/test/common/ |
D | runtime_state.cc | 274 jit->CompileMethod(method, self, kind, /*prejit=*/ false); in ForceJitCompiled()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 260 CompileMethod(method); in CompileForTest()
|