Home | History | Annotate | Download | only in x64

Lines Matching refs:address_

201           address_(address),
204 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_);
206 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_);
209 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_);
212 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_);
214 DCHECK(!AreAliased(scratch0_, object_, address_, rcx));
219 DCHECK(object_.is(object_orig_) || address_.is(address_orig_));
220 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_));
221 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
233 if (!address_.is(address_orig_)) {
234 masm->Push(address_);
235 masm->movp(address_, address_orig_);
251 if (!address_.is(address_orig_)) {
252 masm->movp(address_orig_, address_);
253 masm->Pop(address_);
280 inline Register address() { return address_; }
289 Register address_;