Home | History | Annotate | Download | only in x64

Lines Matching defs:address_

184           address_(address),
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));
202 DCHECK(object_.is(object_orig_) || address_.is(address_orig_));
203 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_));
204 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
216 if (!address_.is(address_orig_)) {
217 masm->Push(address_);
218 masm->movp(address_, address_orig_);
234 if (!address_.is(address_orig_)) {
235 masm->movp(address_orig_, address_);
236 masm->Pop(address_);
263 inline Register address() { return address_; }
272 Register address_;