Home
last modified time | relevance | path

Searched refs:compiled_method (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dcompile_method.cpp316 CompiledMethod compiled_method(graph->GetArch(), method); in EmitElf() local
317 compiled_method.SetCode(graph->GetData().ToConst()); in EmitElf()
318 compiled_method.SetCodeInfo(graph->GetCodeInfoData()); in EmitElf()
319 compiled_method.SetCfiInfo(graph->GetCallingConvention()->GetCfiInfo()); in EmitElf()
321 jit_writer.AddMethod(compiled_method, 0); in EmitElf()
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp713 CompiledMethod compiled_method(ctx->graph->GetArch(), ctx->method); in CompileAot() local
714 compiled_method.SetCode(ctx->graph->GetData().ToConst()); in CompileAot()
715 compiled_method.SetCodeInfo(ctx->graph->GetCodeInfoData()); in CompileAot()
717 compiled_method.SetCfiInfo(ctx->graph->GetCallingConvention()->GetCfiInfo()); in CompileAot()
723 aot_builder_.AddMethod(compiled_method, ctx->index); in CompileAot()
729 aot_builder_.GetCurrentCodeAddress() - compiled_method.GetCode().size(), in CompileAot()
730 compiled_method.GetCode().size(), compiled_method.GetCodeInfo().size(), in CompileAot()