Searched defs:argCount (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| H A D | regExpLiteral.cpp | 39 size_t argCount = 2; in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | regAllocator.h | 123 void Emit(const ir::AstNode *const node, const VReg rangeStart, const std::size_t argCount, Args &&...args) in Emit() argument
|
| H A D | regAllocator.cpp | 212 void RangeRegAllocator::Run(IRNode *const ins, VReg rangeStart, const std::size_t argCount) in Run() argument
|
| H A D | pandagen.cpp | 1038 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 in CallTagged() local 1134 SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) SuperCall() argument 1144 NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) NewObject() argument 1502 CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCount) CreateObjectWithExcludedKeys() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | regAllocator.cpp | 94 void RegAllocator::Run(IRNode *ins, size_t argCount) in Run() argument
|
| H A D | regAllocator.h | 71 void EmitRange(const ir::AstNode *node, size_t argCount, Args &&... args) in EmitRange() argument
|
| H A D | pandagen.cpp | 1270 void PandaGen::CallThis(const ir::AstNode *node, VReg startReg, size_t argCount) in CallThis() argument 1310 void PandaGen::Call(const ir::AstNode *node, VReg startReg, size_t argCount) in Call() argument 1349 SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) SuperCall() argument 1393 NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) NewObject() argument 1724 CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCount) CreateObjectWithExcludedKeys() argument [all...] |
Completed in 9 milliseconds