Searched refs:params_without_retptr (Results 1 – 5 of 5) sorted by relevance
273 .zip(sig.params_without_retptr().iter().take(context.len())) in assign_context_args()322 .params_without_retptr() in assign()
141 BlockType::ABISig(sig) => sig.params_without_retptr().len(), in param_count()
212 .params_without_retptr() in spill_register_arguments()
215 let mut params_iter = sig.params_without_retptr().into_iter(); in compute_arg_slots()
620 pub fn params_without_retptr(&self) -> &[ABIOperand] { in params_without_retptr() method