Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecodeopt_peepholes.cpp69 initObject->SetCallMethodId(callInit->GetCallMethodId()); in CreateInitObject()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp239 callInst->SetCallMethodId(GetGraph()->GetRuntime()->GetMethodId(ctx.method)); in TryInline()
536 newCallInst->SetCallMethodId(runtime->GetMethodId(ctx.method)); in DoInlinePolymorphic()
785 callInst->SetCallMethodId(runtime->GetMethodId(method)); in TryInlineExternalAot()
886 callInst->SetCallMethodId(runtime->GetMethodId(method)); in DoInlineMethod()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h637 inst->CastToCall()->SetCallMethodId(type_id); in TypeId()
676 inst->CastToInitObject()->SetCallMethodId(type_id); in TypeId()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h758 inst->CastToCall()->SetCallMethodId(typeId); in TypeId()
803 inst->CastToInitObject()->SetCallMethodId(typeId); in TypeId()
Dinst.cpp437 callClone->SetCallMethodId(GetCallMethodId()); in Clone()
Dinst.h2906 void SetCallMethodId(uint32_t id) in SetCallMethodId() function
2969 rslvClone->SetCallMethodId(GetCallMethodId()); in Clone()
3010 rslvClone->SetCallMethodId(GetCallMethodId()); in Clone()
7335 throwClone->SetCallMethodId(GetCallMethodId()); in Clone()