Lines Matching refs:Address
240 // Patch the code at the current address with the supplied instructions.
252 // Patch the code at the current PC with a call to the target address.
254 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) {
255 // Patch the code at the current address with a call to the target.
1948 void Assembler::pld(const MemOperand& address) {
1952 DCHECK(address.rm().is(no_reg));
1953 DCHECK(address.am() == Offset);
1955 int offset = address.offset();
1961 emit(kSpecialCondition | B26 | B24 | U | B22 | B20 | address.rn().code()*B16 |
2004 // address. It expects to find the address just after the svc instruction.
2170 // Larger offsets must be handled by computing the correct address
2218 // Larger offsets must be handled by computing the correct address
2266 // Larger offsets must be handled by computing the correct address
2313 // Larger offsets must be handled by computing the correct address
3767 reinterpret_cast<Address>(rinfo.data()));