Lines Matching refs:transfers
759 StackTransferRecipe transfers(this);
761 transfers.TransferStackSlot(target.stack_state[i], source.stack_state[i]);
790 StackTransferRecipe transfers(this);
792 transfers.TransferStackSlot(target.stack_state[i],
803 transfers.TransferStackSlot(target.stack_state[target_stack_base + i],
814 // reloaded after executing the stack transfers.
834 transfers.MoveRegister(LiftoffRegister{*dst_reg},
842 // Now execute stack transfers and register moves/loads.
843 transfers.Execute();
999 // Execute the stack transfers before filling the instance register.
1071 // Execute the stack transfers before filling the instance register.
1192 // before we prepare the stack transfers.
1211 // Prepare and execute stack transfers.