Lines Matching refs:params
1240 int params = static_cast<int>(call_descriptor->ParameterCount());
1244 DCHECK_GE(value_input_count, params);
1249 // For the parameters (indexes [1, ..., params]), propagate representation
1251 for (int i = 1; i <= params; i++) {
1258 for (int i = params + 1; i < value_input_count; i++) {
2008 JSWasmCallParameters const& params = n.Parameters();
2009 const wasm::FunctionSig* wasm_signature = params.signature();
2025 input, wasm_signature->GetParam(i), params.feedback());
3335 const CheckParameters& params = CheckParametersOf(node->op());
3339 params.feedback()),
3344 UseInfo::CheckedSignedSmallAsTaggedSigned(params.feedback()),
3351 const CheckParameters& params = CheckParametersOf(node->op());
3359 UseInfo::CheckedHeapObjectAsTaggedPointer(params.feedback()),