Lines Matching defs:address
119 value_.immediate = static_cast<intptr_t>(handle.address());
438 int64_t address = *p;
439 if (address == kEndOfJumpChain) {
443 DCHECK(instr_address - address < INT_MAX);
444 int delta = static_cast<int>(instr_address - address);
2150 Address address = reinterpret_cast<intptr_t>(buffer_start_) + pos;
2151 intptr_t internal_ref = ReadUnalignedValue<intptr_t>(address);
2154 WriteUnalignedValue<intptr_t>(address, internal_ref);
2286 // Interpret 4 instructions for address generated by li: See listing in
2296 // Sign extend to get canonical address.
2301 // On loong64, a target address is stored in a 3-instruction sequence:
2306 // Patching the address must replace all the lui & ori instructions,
2311 // There is an optimization where only 3 instructions are used to load address
2312 // in code on LOONG64 because only 48-bits of address is effectively used.
2313 // It relies on fact the upper [63:48] bits are not used for virtual address
2315 // get canonical address.