Home | History | Annotate | Download | only in ia32

Lines Matching refs:scratch1_

565       scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_);
567 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_);
570 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_);
573 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_);
581 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_));
582 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
583 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_));
593 masm->push(scratch1_);
616 masm->pop(scratch1_);
630 if (!scratch0_.is(eax) && !scratch1_.is(eax)) masm->push(eax);
631 if (!scratch0_.is(edx) && !scratch1_.is(edx)) masm->push(edx);
656 if (!scratch0_.is(edx) && !scratch1_.is(edx)) masm->pop(edx);
657 if (!scratch0_.is(eax) && !scratch1_.is(eax)) masm->pop(eax);
663 inline Register scratch1() { return scratch1_; }
672 Register scratch1_;