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.cpp156 GateRef expectedArgc = in FastCallSelector() local
339 GateRef expectedArgc = builder.Int64Add(builder.GetExpectedNumOfArgs(method), in LowerFastCall() local
368 GateRef expectedArgc = builder.Int64Add(builder.GetExpectedNumOfArgs(method), in LowerFastCall() local
742 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSFastAotCall() local
767 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSSlowAotCall() local
Dntype_hcr_lowering.cpp158 GateRef expectedArgc = builder_.Int32(methodLiteral_->GetNumArgs()); in LowerCreateArguments() local
Dtyped_bytecode_lowering.cpp1962 size_t expectedArgc = method->GetNumArgs(); in LowerTypedNewObjRange() local
Dcommon_stubs.cpp1419 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in GenerateCircuit() local