Lines Matching refs:parameter_count
324 size_t ParameterCount() const { return location_sig_->parameter_count(); } in NON_EXPORTED_BASE()
366 size_t InputCount() const { return 1 + location_sig_->parameter_count(); } in NON_EXPORTED_BASE()
515 int parameter_count, in NON_EXPORTED_BASE()
575 static int GetStubCallContextParamIndex(int parameter_count) { in NON_EXPORTED_BASE()
576 return parameter_count + 0; // Parameter (arity + 0) is special. in NON_EXPORTED_BASE()
580 static constexpr int GetJSCallNewTargetParamIndex(int parameter_count) { in NON_EXPORTED_BASE()
581 return parameter_count + 0; // Parameter (arity + 0) is special. in NON_EXPORTED_BASE()
585 static constexpr int GetJSCallArgCountParamIndex(int parameter_count) { in NON_EXPORTED_BASE()
586 return parameter_count + 1; // Parameter (arity + 1) is special. in NON_EXPORTED_BASE()
590 static constexpr int GetJSCallContextParamIndex(int parameter_count) { in NON_EXPORTED_BASE()
591 return parameter_count + 2; // Parameter (arity + 2) is special. in NON_EXPORTED_BASE()