Lines Matching defs:address
182 value_.immediate = static_cast<intptr_t>(handle.address());
695 int64_t address = *p;
696 if (address == kEndOfJumpChain) {
700 DCHECK(instr_address - address < INT_MAX);
701 int delta = static_cast<int>(instr_address - address);
761 // Sign extend address;
1180 void Assembler::GenInstrJump(Opcode opcode, uint32_t address) {
1182 DCHECK(is_uint26(address));
1183 Instr instr = opcode | address;
3693 // Sign extend address.
3919 // Interpret 4 instructions for address generated by li: See listing in
3929 // Sign extend to get canonical address.
3933 // We should never get here, force a bad address if we do.
3937 // On Mips64, a target address is stored in a 4-instruction sequence:
3943 // Patching the address must replace all the lui & ori instructions,
3946 // There is an optimization below, which emits a nop when the address
3951 // There is an optimization where only 4 instructions are used to load address
3952 // in code on MIP64 because only 48-bits of address is effectively used.
3953 // It relies on fact the upper [63:48] bits are not used for virtual address
3955 // get canonical address.