Lines Matching refs:js_parameter_count
214 Zone* zone, Runtime::FunctionId function_id, int js_parameter_count, in GetRuntimeCallDescriptor() argument
225 return GetCEntryStubCallDescriptor(zone, return_count, js_parameter_count, in GetRuntimeCallDescriptor()
230 Zone* zone, int return_count, int js_parameter_count, in GetCEntryStubCallDescriptor() argument
237 static_cast<size_t>(js_parameter_count) + in GetCEntryStubCallDescriptor()
255 for (int i = 0; i < js_parameter_count; i++) { in GetCEntryStubCallDescriptor()
257 i - js_parameter_count, MachineType::AnyTagged())); in GetCEntryStubCallDescriptor()
279 js_parameter_count, // stack_parameter_count in GetCEntryStubCallDescriptor()
288 int js_parameter_count, in GetJSCallDescriptor() argument
295 js_parameter_count + new_target_count + num_args_count + context_count; in GetJSCallDescriptor()
303 for (int i = 0; i < js_parameter_count; i++) { in GetJSCallDescriptor()
304 int spill_slot_index = i - js_parameter_count; in GetJSCallDescriptor()
332 js_parameter_count, // stack_parameter_count in GetJSCallDescriptor()
347 const int js_parameter_count = in GetStubCallDescriptor() local
351 static_cast<size_t>(js_parameter_count + context_count); in GetStubCallDescriptor()
368 for (int i = 0; i < js_parameter_count; i++) { in GetStubCallDescriptor()