Home
last modified time | relevance | path

Searched refs:CallDynamic (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinline_intrinsics.cpp66 if (inst->GetOpcode() == Opcode::CallDynamic) { in RunImpl()
Ddeoptimize_elimination.cpp77 opcode == Opcode::CallDynamic || opcode == Opcode::CallResolvedStatic) { in RequireRegMap()
Dlse.cpp624 case Opcode::CallDynamic: in IsHeapInvalidatingInst()
Dinlining.cpp964 if (callInst->GetOpcode() != Opcode::CallDynamic) { in ProcessCallReturnInstructions()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.h218 case Opcode::CallDynamic: in IsEscapingAlias()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h453 inst->GetOpcode() == Opcode::CallDynamic); in Inlined()
465 callInst->GetOpcode() == Opcode::CallDynamic); in Caller()
Dinst.h1032 return GetOpcode() == Opcode::CallDynamic; in IsDynamicCall()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp290 etsg->CallDynamic(node, objReg, qnameReg, signature, arguments); in CreateDynamicObject()
788 etsg->CallDynamic(expr, calleeReg, dynParam2, expr->Signature(), expr->Arguments()); in CompileDynamic()
1077 etsg->CallDynamic(expr, dummyReg, dummyReg, createObjSig, in Compile()
DETSGen.h617 … void CallDynamic(const ir::AstNode *node, VReg &obj, VReg &param2, checker::Signature *signature, in CallDynamic() function