Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DregExpLiteral.cpp37 size_t argCount = 2; in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.h123 …void Emit(const ir::AstNode *const node, const VReg rangeStart, const std::size_t argCount, Args &… in Emit()
DregAllocator.cpp213 void RangeRegAllocator::Run(IRNode *const ins, VReg rangeStart, const std::size_t argCount) in Run()
Dpandagen.cpp993 size_t argCount = arguments.size() + 1; in Call() local
997 size_t argCount = arguments.size(); in Call() local
1081 size_t argCount = arguments.size() + EXTRA_ARGS; in CallTagged() local
1084 size_t argCount = arguments.size() + 1; in CallTagged() local
1089 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall()
1099 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject()
1457 …en::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCount) in CreateObjectWithExcludedKeys()
/arkcompiler/runtime_core/libabckit/src/
Disa_dynamic_impl_instr_1.cpp164 extern "C" AbckitInst *IcreateDYNAMICCallrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount in IcreateDYNAMICCallrange()
182 … AbckitInst *IcreateDYNAMICWideCallrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateDYNAMICWideCallrange()
316 … AbckitInst *IcreateDYNAMICCallthisrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateDYNAMICCallthisrange()
336 …kitInst *IcreateDYNAMICWideCallthisrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateDYNAMICWideCallthisrange()
356 extern "C" AbckitInst *IcreateDYNAMICSupercallthisrange(AbckitGraph *graph, size_t argCount, ...) in IcreateDYNAMICSupercallthisrange()
374 extern "C" AbckitInst *IcreateDYNAMICWideSupercallthisrange(AbckitGraph *graph, size_t argCount, ..… in IcreateDYNAMICWideSupercallthisrange()
392 …tInst *IcreateDYNAMICSupercallarrowrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateDYNAMICSupercallarrowrange()
412 …t *IcreateDYNAMICWideSupercallarrowrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateDYNAMICWideSupercallarrowrange()
Disa_static_impl.cpp364 …ckitInst *IcreateInitObject(AbckitGraph *graph, AbckitCoreFunction *inputFunction, size_t argCount, in IcreateInitObject()
566 …ckitInst *IcreateCallStatic(AbckitGraph *graph, AbckitCoreFunction *inputFunction, size_t argCount, in IcreateCallStatic()
589 size_t argCount, ... /* inputFunction params */) in IcreateCallVirtual()
Dir_impl.cpp471 extern "C" AbckitInst *BBcreatePhi(AbckitBasicBlock *bb, size_t argCount, ...) in BBcreatePhi()
488 extern "C" AbckitInst *BBcreateCatchPhi(AbckitBasicBlock *catchBegin, size_t argCount, ...) in BBcreateCatchPhi()
732 extern "C" void IsetInputs(AbckitInst *inst, size_t argCount, ...) in IsetInputs()
Disa_dynamic_impl_instr_2.cpp497 extern "C" AbckitInst *IcreateDYNAMICNewobjrange(AbckitGraph *graph, size_t argCount, ...) in IcreateDYNAMICNewobjrange()
515 extern "C" AbckitInst *IcreateDYNAMICWideNewobjrange(AbckitGraph *graph, size_t argCount, ...) in IcreateDYNAMICWideNewobjrange()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h71 void EmitRange(const ir::AstNode *node, size_t argCount, Args &&... args) in EmitRange()
DregAllocator.cpp92 void RegAllocator::Run(IRNode *ins, size_t argCount) in Run()
Dpandagen.cpp1298 void PandaGen::CallThis(const ir::AstNode *node, VReg startReg, size_t argCount) in CallThis()
1338 void PandaGen::Call(const ir::AstNode *node, VReg startReg, size_t argCount) in Call()
1377 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall()
1421 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject()
1752 …en::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCount) in CreateObjectWithExcludedKeys()
/arkcompiler/runtime_core/libabckit/tests/mock/
Disa_api_dynamic_impl_mock.cpp408 AbckitInst *IcreateNewobjrange(AbckitGraph *graph, size_t argCount, ...) in IcreateNewobjrange()
417 AbckitInst *IcreateWideNewobjrange(AbckitGraph *graph, size_t argCount, ...) in IcreateWideNewobjrange()
1101 AbckitInst *IcreateCallrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateCallrange()
1111 AbckitInst *IcreateWideCallrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateWideCallrange()
1191 AbckitInst *IcreateCallthisrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateCallthisrange()
1201 AbckitInst *IcreateWideCallthisrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateWideCallthisrange()
1211 AbckitInst *IcreateSupercallthisrange(AbckitGraph *graph, size_t argCount, ...) in IcreateSupercallthisrange()
1220 AbckitInst *IcreateWideSupercallthisrange(AbckitGraph *graph, size_t argCount, ...) in IcreateWideSupercallthisrange()
1229 AbckitInst *IcreateSupercallarrowrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateSupercallarrowrange()
1239 AbckitInst *IcreateWideSupercallarrowrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ..… in IcreateWideSupercallarrowrange()
Disa_api_static_impl_mock.cpp291 AbckitInst *IcreateInitObject(AbckitGraph *graph, AbckitCoreFunction *function, size_t argCount, ..… in IcreateInitObject()
402 AbckitInst *IcreateCallStatic(AbckitGraph *graph, AbckitCoreFunction *function, size_t argCount, ..… in IcreateCallStatic()
422 …allVirtual(AbckitGraph *graph, AbckitInst *inputObj, AbckitCoreFunction *function, size_t argCount, in IcreateCallVirtual()
Dgraph_api_impl_mock.cpp447 AbckitInst *BBCreatePhi(AbckitBasicBlock *basicBlock, size_t argCount, ...) in BBCreatePhi()
456 AbckitInst *BBCreateCatchPhi(AbckitBasicBlock *catchBegin, size_t argCount, ...) in BBCreateCatchPhi()
605 void IsetInputs(AbckitInst *inst, size_t argCount, ...) in IsetInputs()
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_wrong_imm.cpp256 void TestWrongImm(AbckitInst *(*apiToCheck)(AbckitGraph *graph, size_t argCount, ...), AbckitBitImm… in TestWrongImm()
267 void TestWrongImm(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitInst *input, size_t argCount,… in TestWrongImm()
Dhelpers_wrong_ctx.cpp169 …tx(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitCoreFunction *method, size_t argCount, ...)) in TestWrongCtx()
249 void TestWrongCtx(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitInst *inst, size_t argCount, … in TestWrongCtx()
614 size_t argCount, ...)) in TestWrongCtx()
Dhelpers_mode.cpp340 size_t argCount, ...), in TestMode()
355 void TestMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitInst *input, size_t argCount, ...… in TestMode()
381 void TestMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, size_t argCount, ...), bool isDynamic) in TestMode()
392 …(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitBasicBlock *catchBegin, size_t argCount, ...), in TestMode()
417 …de(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitCoreFunction *method, size_t argCount, ...), in TestMode()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dir_static_instr_1.cpp92 AbckitInst *IcreateDynNewobjrangeStatic(AbckitGraph *graph, size_t argCount, std::va_list args) in IcreateDynNewobjrangeStatic()
982 AbckitInst *IcreateDynCallthisrangeStatic(AbckitGraph *graph, AbckitInst *acc, size_t argCount, std… in IcreateDynCallthisrangeStatic()
1008 AbckitInst *IcreateDynWideCallthisrangeStatic(AbckitGraph *graph, AbckitInst *acc, size_t argCount,… in IcreateDynWideCallthisrangeStatic()
1033 …ateDynSupercallarrowrangeStatic(AbckitGraph *graph, AbckitInst *acc, size_t argCount, std::va_list… in IcreateDynSupercallarrowrangeStatic()
1047 AbckitInst *IcreateDynCallrangeStatic(AbckitGraph *graph, AbckitInst *acc, size_t argCount, std::va… in IcreateDynCallrangeStatic()
1060 AbckitInst *IcreateDynWideCallrangeStatic(AbckitGraph *graph, AbckitInst *acc, size_t argCount, std… in IcreateDynWideCallrangeStatic()
1074 …Inst *IcreateDynWideSupercallarrowrangeStatic(AbckitGraph *graph, AbckitInst *acc, size_t argCount, in IcreateDynWideSupercallarrowrangeStatic()
1341 AbckitInst *IcreateDynSupercallthisrangeStatic(AbckitGraph *graph, size_t argCount, std::va_list ar… in IcreateDynSupercallthisrangeStatic()
1355 AbckitInst *IcreateDynWideSupercallthisrangeStatic(AbckitGraph *graph, size_t argCount, std::va_lis… in IcreateDynWideSupercallthisrangeStatic()
1369 AbckitInst *IcreateDynWideNewobjrangeStatic(AbckitGraph *graph, size_t argCount, std::va_list args) in IcreateDynWideNewobjrangeStatic()
[all …]
Dhelpers_static.cpp865 AbckitInst *CreateDynInst(AbckitGraph *graph, AbckitInst *acc, size_t argCount, std::va_list args, in CreateDynInst()
885 AbckitInst *CreateDynInst(AbckitGraph *graph, size_t argCount, std::va_list args, in CreateDynInst()
Dir_static.cpp944 AbckitInst *BBcreatePhiStatic(AbckitBasicBlock *bb, size_t argCount, std::va_list args) in BBcreatePhiStatic()
995 AbckitInst *BBcreateCatchPhiStatic(AbckitBasicBlock *catchBegin, size_t argCount, std::va_list args) in BBcreateCatchPhiStatic()
1353 void IsetInputsStatic(AbckitInst *inst, size_t argCount, std::va_list args) in IsetInputsStatic()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp590 size_t const argCount = arguments.size(); in ValidateSignature() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp86 int64_t argCount[THREE_ARGS] = {ONE_ARGS, TWO_ARGS, THREE_ARGS}; in UnshiftOptimised() local