Home
last modified time | relevance | path

Searched defs:argCount (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DregExpLiteral.cpp39 size_t argCount = 2; in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.h123 …void Emit(const ir::AstNode *const node, const VReg rangeStart, const std::size_t argCount, Args &… in Emit()
DregAllocator.cpp212 void RangeRegAllocator::Run(IRNode *const ins, VReg rangeStart, const std::size_t argCount) in Run()
Dpandagen.cpp1038 size_t argCount = arguments.size() + 1; in Call() local
1042 size_t argCount = arguments.size(); in Call() local
1126 size_t argCount = arguments.size() + EXTRA_ARGS; in CallTagged() local
1129 size_t argCount = arguments.size() + 1; in CallTagged() local
1134 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall()
1144 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject()
1502 …en::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCount) in CreateObjectWithExcludedKeys()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h71 void EmitRange(const ir::AstNode *node, size_t argCount, Args &&... args) in EmitRange()
DregAllocator.cpp94 void RegAllocator::Run(IRNode *ins, size_t argCount) in Run()
Dpandagen.cpp1270 void PandaGen::CallThis(const ir::AstNode *node, VReg startReg, size_t argCount) in CallThis()
1310 void PandaGen::Call(const ir::AstNode *node, VReg startReg, size_t argCount) in Call()
1349 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall()
1388 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject()
1719 …en::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCount) in CreateObjectWithExcludedKeys()