Home
last modified time | relevance | path

Searched refs:SetCallMethod (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecodeopt_peepholes.cpp70 initObject->SetCallMethod(static_cast<const CallInst *>(callInit)->GetCallMethod()); in CreateInitObject()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp155 call->SetCallMethod(method); in TryInsertCallInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp241 callInst->SetCallMethod(ctx.method); in TryInline()
537 newCallInst->SetCallMethod(ctx.method); in DoInlinePolymorphic()
786 callInst->SetCallMethod(method); in TryInlineExternalAot()
887 callInst->SetCallMethod(method); in DoInlineMethod()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp438 callClone->SetCallMethod(GetCallMethod()); in Clone()
Dinst.h2914 void SetCallMethod(RuntimeInterface::MethodPtr method) in SetCallMethod() function
2970 rslvClone->SetCallMethod(GetCallMethod()); in Clone()
3011 rslvClone->SetCallMethod(GetCallMethod()); in Clone()
7336 throwClone->SetCallMethod(GetCallMethod()); in Clone()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1289 inst->SetCallMethod(GetRuntime()->GetMethodById(GetGraph()->GetMethod(), methodId)); in BuildInitObjectMultiDimensionalArray()
1457 inst->SetCallMethod(GetMethod()); in BuildThrow()