Lines Matching refs:temps
199 UseScratchRegisterScope temps(this); in Jump() local
200 Register scratch = temps.Acquire(); in Jump()
321 UseScratchRegisterScope temps(this); in Push() local
322 Register scratch = temps.Acquire(); in Push()
328 UseScratchRegisterScope temps(this); in Push() local
329 Register scratch = temps.Acquire(); in Push()
384 UseScratchRegisterScope temps(this); in Swap() local
385 Register scratch = temps.Acquire(); in Swap()
399 UseScratchRegisterScope temps(this); in Swap() local
400 DwVfpRegister scratch = temps.AcquireD(); in Swap()
418 UseScratchRegisterScope temps(this); in Mls() local
419 Register scratch = temps.Acquire(); in Mls()
650 UseScratchRegisterScope temps(this); in RecordWrite() local
651 Register scratch = temps.Acquire(); in RecordWrite()
694 UseScratchRegisterScope temps(this); in RecordWrite() local
696 temps.Acquire(), value); in RecordWrite()
902 UseScratchRegisterScope temps(this); in VmovExtended() local
903 DwVfpRegister scratch = temps.AcquireD(); in VmovExtended()
930 UseScratchRegisterScope temps(this); in VmovExtended() local
931 LowDwVfpRegister d_scratch = temps.AcquireLowD(); in VmovExtended()
932 LowDwVfpRegister d_scratch2 = temps.AcquireLowD(); in VmovExtended()
961 UseScratchRegisterScope temps(this); in VmovExtended() local
962 LowDwVfpRegister scratch = temps.AcquireLowD(); in VmovExtended()
976 UseScratchRegisterScope temps(this); in VmovExtended() local
977 LowDwVfpRegister scratch = temps.AcquireLowD(); in VmovExtended()
1036 UseScratchRegisterScope temps(this); in LslPair() local
1037 Register scratch = temps.Acquire(); in LslPair()
1084 UseScratchRegisterScope temps(this); in LsrPair() local
1085 Register scratch = temps.Acquire(); in LsrPair()
1133 UseScratchRegisterScope temps(this); in AsrPair() local
1134 Register scratch = temps.Acquire(); in AsrPair()
1177 UseScratchRegisterScope temps(this); in StubPrologue() local
1178 Register scratch = temps.Acquire(); in StubPrologue()
1188 UseScratchRegisterScope temps(this); in EnterFrame() local
1189 Register scratch = temps.Acquire(); in EnterFrame()
1211 UseScratchRegisterScope temps(this); in EnterExitFrame() local
1212 Register scratch = temps.Acquire(); in EnterExitFrame()
1280 UseScratchRegisterScope temps(this); in LeaveExitFrame() local
1281 Register scratch = temps.Acquire(); in LeaveExitFrame()
1615 UseScratchRegisterScope temps(this); in PopStackHandler() local
1616 Register scratch = temps.Acquire(); in PopStackHandler()
1630 UseScratchRegisterScope temps(this); in CompareObjectType() local
1631 const Register temp = type_reg == no_reg ? temps.Acquire() : type_reg; in CompareObjectType()
1648 UseScratchRegisterScope temps(this); in CompareRoot() local
1649 Register scratch = temps.Acquire(); in CompareRoot()
1711 UseScratchRegisterScope temps(this); in TryInlineTruncateDoubleToI() local
1713 if (temps.CanAcquireVfp<SwVfpRegister>()) { in TryInlineTruncateDoubleToI()
1714 single_scratch = temps.AcquireS(); in TryInlineTruncateDoubleToI()
1726 Register scratch = temps.Acquire(); in TryInlineTruncateDoubleToI()
2258 UseScratchRegisterScope temps(this); in PrepareCallCFunction() local
2259 if (!scratch.is_valid()) scratch = temps.Acquire(); in PrepareCallCFunction()
2298 UseScratchRegisterScope temps(this); in CallCFunction() local
2299 Register scratch = temps.Acquire(); in CallCFunction()