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.cpp278 callInst->SetCallMethodId(GetGraph()->GetRuntime()->GetMethodId(ctx.method)); in TryInline()
575 newCallInst->SetCallMethodId(runtime->GetMethodId(ctx.method)); in DoInlinePolymorphic()
824 callInst->SetCallMethodId(runtime->GetMethodId(method)); in TryInlineExternalAot()
925 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.cpp582 callClone->SetCallMethodId(GetCallMethodId()); in Clone()
Dinst.h2771 void SetCallMethodId(uint32_t id) in SetCallMethodId() function
2832 rslvClone->SetCallMethodId(GetCallMethodId()); in Clone()
2871 rslvClone->SetCallMethodId(GetCallMethodId()); in Clone()
6928 throwClone->SetCallMethodId(GetCallMethodId()); in Clone()