Home | History | Annotate | Download | only in x87

Lines Matching refs:address_

206           address_(address),
209 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_);
211 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_);
214 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_);
217 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_);
219 DCHECK(!AreAliased(scratch0_, object_, address_, ecx));
224 DCHECK(object_.is(object_orig_) || address_.is(address_orig_));
225 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_));
226 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
238 if (!address_.is(address_orig_)) {
239 masm->push(address_);
240 masm->mov(address_, address_orig_);
256 if (!address_.is(address_orig_)) {
257 masm->mov(address_orig_, address_);
258 masm->pop(address_);
295 inline Register address() { return address_; }
304 Register address_;