Home | History | Annotate | Download | only in x64

Lines Matching refs:object_

183           object_(object),
187 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_);
189 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_);
192 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_);
195 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_);
197 DCHECK(!AreAliased(scratch0_, object_, address_, rcx));
201 DCHECK(!address_orig_.is(object_));
202 DCHECK(object_.is(object_orig_) || address_.is(address_orig_));
203 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_));
205 DCHECK(!AreAliased(object_, address_orig_, scratch1_, scratch0_));
220 if (!object_.is(object_orig_)) {
221 masm->Push(object_);
222 masm->movp(object_, object_orig_);
230 if (!object_.is(object_orig_)) {
231 masm->movp(object_orig_, object_);
232 masm->Pop(object_);
262 inline Register object() { return object_; }
271 Register object_;