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 | 89 void RegAllocator::Run(IRNode *ins, size_t argCount) in Run()
|
D | pandagen.cpp | 1196 void PandaGen::CallThis(const ir::AstNode *node, VReg startReg, size_t argCount) in CallThis() 1236 void PandaGen::Call(const ir::AstNode *node, VReg startReg, size_t argCount) in Call() 1275 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall() 1308 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject() 1647 …en::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCount) in CreateObjectWithExcludedKeys()
|