Lines Matching refs:scratch1_
567 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_);
569 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_);
572 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_);
575 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_);
583 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_));
584 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
585 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_));
595 masm->push(scratch1_);
618 masm->pop(scratch1_);
634 masm->PushCallerSaved(mode, scratch0_, scratch1_, rcx);
639 masm->PopCallerSaved(mode, scratch0_, scratch1_, rcx);
645 inline Register scratch1() { return scratch1_; }
654 Register scratch1_;