Home | History | Annotate | Download | only in x64

Lines Matching refs:scratch1_

187       scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_);
189 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_);
192 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_);
195 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_);
203 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_));
204 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
205 DCHECK(!AreAliased(object_, address_orig_, scratch1_, scratch0_));
215 masm->Push(scratch1_);
238 masm->Pop(scratch1_);
254 masm->PushCallerSaved(mode, scratch0_, scratch1_, rcx);
259 masm->PopCallerSaved(mode, scratch0_, scratch1_, rcx);
265 inline Register scratch1() { return scratch1_; }
274 Register scratch1_;