Home
last modified time | relevance | path

Searched defs:expectedNum (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.cpp235 GateRef expectedNum = builder.GetExpectedNumOfArgs(method); in LowerFastSuperCall() local
740 … GateRef expectedNum = Int64And(Int64LSR(callField_, Int64(MethodLiteral::NumArgsBits::START_BIT)), in JSFastAotCall() local
765 … GateRef expectedNum = Int64And(Int64LSR(callField_, Int64(MethodLiteral::NumArgsBits::START_BIT)), in JSSlowAotCall() local
804 void CallStubBuilder::CallBridge(GateRef code, GateRef expectedNum, Label *exit) in CallBridge()
1172 std::vector<GateRef> CallStubBuilder::PrepareArgsForAot(GateRef expectedNum) in PrepareArgsForAot()
1385 std::vector<GateRef> CallStubBuilder::PrepareAppendArgsForAotStep3(GateRef expectedNum) in PrepareAppendArgsForAotStep3()
Dcommon_stubs.cpp1417 … GateRef expectedNum = Int64And(Int64LSR(callfield, Int64(MethodLiteral::NumArgsBits::START_BIT)), in GenerateCircuit() local