Home
last modified time | relevance | path

Searched defs:compiledMethod (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp566 auto compiledMethod = AdaptCode(*methodsIt, {section.GetMemory(), section.GetSize()}); in CollectAotBuilderOffsets() local
613 auto compiledMethod = compiler::CompiledMethod(GetArch(), method, 0); in AdaptCode() local
651 auto compiledMethod = AdaptCode(static_cast<Method *>(*methodsIt), code); in LinkModule() local
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp475 CompiledMethod compiledMethod(graph->GetArch(), method, 0); in EmitElf() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp947 CompiledMethod compiledMethod(ctx->graph->GetArch(), ctx->method, ctx->index); in FinalizeCompileAot() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp986 auto *compiledMethod = compilerCtx.GetMethod(); in StartCompileMethod() local