Lines Matching defs:address
161 value_.immediate = static_cast<intptr_t>(handle.address());
360 int64_t address = *p;
361 if (address == kEndOfJumpChain) {
365 DCHECK(instr_address - address < INT_MAX);
366 int delta = static_cast<int>(instr_address - address);
3480 // Initialize rd with an address
3851 // Interpret instructions for address generated by li: See listing in
3870 // We should never get here, force a bad address if we do.
3873 // On RISC-V, a 48-bit target address is stored in an 6-instruction sequence:
3881 // Patching the address must replace all instructions, and flush the i-cache.