Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DregExpLiteral.cpp39 size_t argCount = 2; in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregAllocator.h123 void Emit(const ir::AstNode *const node, const VReg rangeStart, const std::size_t argCount, Args &&...args) in Emit() argument
H A DregAllocator.cpp212 void RangeRegAllocator::Run(IRNode *const ins, VReg rangeStart, const std::size_t argCount) in Run() argument
H A 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 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 DregAllocator.cpp94 void RegAllocator::Run(IRNode *ins, size_t argCount) in Run() argument
H A DregAllocator.h71 void EmitRange(const ir::AstNode *node, size_t argCount, Args &&... args) in EmitRange() argument
H A Dpandagen.cpp1270 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 8 milliseconds