Home | History | Annotate | Download | only in x64

Lines Matching refs:object_

484       : object_(object),
563 object_(object),
567 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_);
569 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_);
572 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_);
575 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_);
577 ASSERT(!AreAliased(scratch0_, object_, address_, rcx));
581 ASSERT(!address_orig_.is(object_));
582 ASSERT(object_.is(object_orig_) || address_.is(address_orig_));
583 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_));
585 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_));
600 if (!object_.is(object_orig_)) {
601 masm->push(object_);
602 masm->movq(object_, object_orig_);
610 if (!object_.is(object_orig_)) {
611 masm->movq(object_orig_, object_);
612 masm->pop(object_);
642 inline Register object() { return object_; }
651 Register object_;
690 return ObjectBits::encode(object_.code()) |
707 Register object_;