Searched refs:js_parameter_count (Results 1 – 1 of 1) sorted by relevance
223 Zone* zone, Runtime::FunctionId function_id, int js_parameter_count, in GetRuntimeCallDescriptor() argument229 static_cast<size_t>(js_parameter_count) + in GetRuntimeCallDescriptor()250 for (int i = 0; i < js_parameter_count; i++) { in GetRuntimeCallDescriptor()252 LinkageLocation::ForCallerFrameSlot(i - js_parameter_count)); in GetRuntimeCallDescriptor()281 js_parameter_count, // stack_parameter_count in GetRuntimeCallDescriptor()316 int js_parameter_count, in GetJSCallDescriptor() argument323 js_parameter_count + new_target_count + num_args_count + context_count; in GetJSCallDescriptor()333 for (int i = 0; i < js_parameter_count; i++) { in GetJSCallDescriptor()334 int spill_slot_index = i - js_parameter_count; in GetJSCallDescriptor()363 js_parameter_count, // stack_parameter_count in GetJSCallDescriptor()[all …]