Lines Matching defs:scratch
172 void PushArray(Register array, Register size, Register scratch,
234 // Needs a scratch register to do some arithmetic. This register will be
237 Register scratch = no_reg);
367 void CheckFor32DRegs(Register scratch);
396 void SaveFPRegs(Register location, Register scratch);
400 void RestoreFPRegs(Register location, Register scratch);
405 void SaveFPRegsToHeap(Register location, Register scratch);
406 void RestoreFPRegsFromHeap(Register location, Register scratch);
715 // Type_reg can be no_reg. In that case a scratch register is used.
733 // Acquires a scratch register.
737 Register scratch = temps.Acquire();
738 LoadRoot(scratch, index);
739 Push(scratch);
825 void StackOverflowCheck(Register num_args, Register scratch,
863 void AssertUndefinedOrAllocationSite(Register object, Register scratch);