Searched defs:argCount (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| D | regExpLiteral.cpp | 39 size_t argCount = 2; in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | regAllocator.h | 77 void EmitRange(const ir::AstNode *node, size_t argCount, Args &&... args) in EmitRange()
|
| D | regAllocator.cpp | 90 void RegAllocator::Run(IRNode *ins, size_t argCount) in Run()
|
| D | pandagen.cpp | 1185 void PandaGen::CallThis(const ir::AstNode *node, VReg startReg, size_t argCount) in CallThis() 1225 void PandaGen::Call(const ir::AstNode *node, VReg startReg, size_t argCount) in Call() 1264 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall() 1297 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject() 1636 …en::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCount) in CreateObjectWithExcludedKeys()
|