Lines Matching defs:address
358 value_.immediate = static_cast<intptr_t>(handle.address());
477 object.address();
2244 void Assembler::pld(const MemOperand& address) {
2248 DCHECK(address.rm() == no_reg);
2249 DCHECK(address.am() == Offset);
2251 int offset = address.offset();
2258 address.rn().code() * B16 | 0xF * B12 | offset);
2448 // Larger offsets must be handled by computing the correct address in a
2495 // Larger offsets must be handled by computing the correct address in a
2545 // Larger offsets must be handled by computing the correct address in the a
2594 // Larger offsets must be handled by computing the correct address in a
5476 byte* address, int instructions)
5478 address, instructions * kInstrSize + kGap)) {