Searched refs:CallDynamic (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inline_intrinsics.cpp | 66 if (inst->GetOpcode() == Opcode::CallDynamic) { in RunImpl()
|
| D | deoptimize_elimination.cpp | 77 opcode == Opcode::CallDynamic || opcode == Opcode::CallResolvedStatic) { in RequireRegMap()
|
| D | lse.cpp | 624 case Opcode::CallDynamic: in IsHeapInvalidatingInst()
|
| D | inlining.cpp | 964 if (callInst->GetOpcode() != Opcode::CallDynamic) { in ProcessCallReturnInstructions()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_analysis.h | 218 case Opcode::CallDynamic: in IsEscapingAlias()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 453 inst->GetOpcode() == Opcode::CallDynamic); in Inlined() 465 callInst->GetOpcode() == Opcode::CallDynamic); in Caller()
|
| D | inst.h | 1032 return GetOpcode() == Opcode::CallDynamic; in IsDynamicCall()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 290 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()
|
| D | ETSGen.h | 617 … void CallDynamic(const ir::AstNode *node, VReg &obj, VReg ¶m2, checker::Signature *signature, in CallDynamic() function
|