Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.cpp157 GateRef expectedArgc = builder.Int64Add(builder.GetExpectedNumOfArgs(method), in LowerFastCall() local
186 GateRef expectedArgc = builder.Int64Add(builder.GetExpectedNumOfArgs(method), in LowerFastCall() local
485 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSFastAotCall() local
510 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSSlowAotCall() local
Dntype_hcr_lowering.cpp146 GateRef expectedArgc = builder_.Int32(methodLiteral_->GetNumArgs()); in LowerCreateArguments() local
Dcommon_stubs.cpp1047 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in GenerateCircuit() local
Dtyped_bytecode_lowering.cpp1616 size_t expectedArgc = method->GetNumArgs(); in LowerTypedNewObjRange() local