Lines Matching defs:argsFastCall

142     const std::vector<GateRef> &argsFastCall)
148 LowerFastCall(hirGate, glue_, func, argc, args, argsFastCall, &res, &exit, false);
2009 std::vector<GateRef> argsFastCall { glue_, super, thisObj };
2016 argsFastCall.emplace_back(value);
2019 LowerFastCall(gate, glue_, super, actualArgc, callArgs, argsFastCall, &result, &afterCallSuper, true);
2064 std::vector<GateRef> argsFastCall{glue_, ctor, thisObj};
2067 argsFastCall.emplace_back(acc_.GetValueIn(gate, i));
2069 LowerFastCall(gate, glue_, ctor, actualArgc, args, argsFastCall, &result, &exit, true);
3332 std::vector<GateRef> argsFastCall(num - 3); // 3: skip argc argv newtarget
3336 argsFastCall[j++] = acc_.GetValueIn(gate, i);
3343 LowerFastCall(gate, glue_, ctor, argc, args, argsFastCall, &res, &exit, true);
3361 std::vector<GateRef> argsFastCall(num - 3); // 3:skip argc argv newtarget
3365 argsFastCall[j++] = acc_.GetValueIn(gate, i);
3372 LowerFastCall(gate, glue_, func, argc, args, argsFastCall, &res, &exit, false);
3387 std::vector<GateRef> argsFastCall(num - 3); // 3:skip argc argv newtarget
3391 argsFastCall[j++] = acc_.GetValueIn(gate, i);
3397 LowerNewFastCall(gate, glue_, ctor, needPushArgv, args, argsFastCall, &res, &exit);
3408 const std::vector<GateRef> &argsFastCall, Variable *result, Label *exit)
3423 result->WriteVariable(builder_.Call(cs, glue, code, depend, argsFastCall, gate, "callFastAOT"));
3472 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall,
3511 result->WriteVariable(builder_.Call(cs, glue, code, depend, argsFastCall, gate, "callFastAOT"));