Home
last modified time | relevance | path

Searched defs:argCount (Results 1 – 21 of 21) 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.cpp212 void RangeRegAllocator::Run(IRNode *const ins, VReg rangeStart, const std::size_t argCount) in Run()
Dpandagen.cpp992 size_t argCount = arguments.size() + 1; in Call() local
996 size_t argCount = arguments.size(); in Call() local
1080 size_t argCount = arguments.size() + EXTRA_ARGS; in CallTagged() local
1083 size_t argCount = arguments.size() + 1; in CallTagged() local
1088 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall()
1098 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject()
1456 …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.cpp154 extern "C" AbckitInst *IcreateDYNAMICCallrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount in IcreateDYNAMICCallrange()
171 … AbckitInst *IcreateDYNAMICWideCallrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateDYNAMICWideCallrange()
298 … AbckitInst *IcreateDYNAMICCallthisrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateDYNAMICCallthisrange()
317 …kitInst *IcreateDYNAMICWideCallthisrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateDYNAMICWideCallthisrange()
336 extern "C" AbckitInst *IcreateDYNAMICSupercallthisrange(AbckitGraph *graph, size_t argCount, ...) in IcreateDYNAMICSupercallthisrange()
353 extern "C" AbckitInst *IcreateDYNAMICWideSupercallthisrange(AbckitGraph *graph, size_t argCount, ..… in IcreateDYNAMICWideSupercallthisrange()
370 …tInst *IcreateDYNAMICSupercallarrowrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateDYNAMICSupercallarrowrange()
389 …t *IcreateDYNAMICWideSupercallarrowrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount, ...) in IcreateDYNAMICWideSupercallarrowrange()
Disa_static_impl.cpp342 …ckitInst *IcreateInitObject(AbckitGraph *graph, AbckitCoreFunction *inputFunction, size_t argCount, in IcreateInitObject()
518 …ckitInst *IcreateCallStatic(AbckitGraph *graph, AbckitCoreFunction *inputFunction, size_t argCount, in IcreateCallStatic()
540 size_t argCount, ... /* inputFunction params */) in IcreateCallVirtual()
Dir_impl.cpp424 extern "C" AbckitInst *BBcreatePhi(AbckitBasicBlock *bb, size_t argCount, ...) in BBcreatePhi()
440 extern "C" AbckitInst *BBcreateCatchPhi(AbckitBasicBlock *catchBegin, size_t argCount, ...) in BBcreateCatchPhi()
662 extern "C" void IsetInputs(AbckitInst *inst, size_t argCount, ...) in IsetInputs()
Disa_dynamic_impl_instr_2.cpp461 extern "C" AbckitInst *IcreateDYNAMICNewobjrange(AbckitGraph *graph, size_t argCount, ...) in IcreateDYNAMICNewobjrange()
478 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.cpp1284 void PandaGen::CallThis(const ir::AstNode *node, VReg startReg, size_t argCount) in CallThis()
1324 void PandaGen::Call(const ir::AstNode *node, VReg startReg, size_t argCount) in Call()
1363 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall()
1407 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject()
1738 …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()
412 …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.cpp940 AbckitInst *BBcreatePhiStatic(AbckitBasicBlock *bb, size_t argCount, std::va_list args) in BBcreatePhiStatic()
991 AbckitInst *BBcreateCatchPhiStatic(AbckitBasicBlock *catchBegin, size_t argCount, std::va_list args) in BBcreateCatchPhiStatic()
1349 void IsetInputsStatic(AbckitInst *inst, size_t argCount, std::va_list args) in IsetInputsStatic()
/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