Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DregExpLiteral.cpp39 size_t argCount = 2; in Compile() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h77 void EmitRange(const ir::AstNode *node, size_t argCount, Args &&... args) in EmitRange()
DregAllocator.cpp89 void RegAllocator::Run(IRNode *ins, size_t argCount) in Run()
Dpandagen.cpp1196 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()