Lines Matching refs:param
4366 for (auto param : sig->parameters()) {
4373 builder.AddParam(param.machine_representation());
6380 Node* param =
6382 args[pos++] = ToJS(param, sig->GetParam(i), context);
6972 // using the fast transformation. When a param that cannot be transformed
7509 Node* param = Param(i + 1); // Start from index 1 to skip receiver.
7510 args[pos++] = ToJS(FromJS(param, context, sig_->GetParam(i)),
8554 // must be offset to just before the param slots, using this |slot_offset_|.
8578 MachineRepresentation param = fsig->GetParam(i).machine_representation();
8580 if (IsAnyTagged(param)) continue;
8581 auto l = params.Next(param);
8589 MachineRepresentation param = fsig->GetParam(i).machine_representation();
8591 if (!IsAnyTagged(param)) continue;
8592 auto l = params.Next(param);
8696 for (wasm::ValueType param : sig->parameters()) {
8697 if (param == from) {
8700 builder.AddParam(param);