Lines Matching defs:address
268 // Clobbers object, address, value, and ra, if (ra_status == kRAHasBeenSaved)
271 void MacroAssembler::RecordWrite(Register object, Register address,
276 DCHECK(!AreAliased(object, address, value, t8));
277 DCHECK(!AreAliased(object, address, value, t9));
283 Ld(scratch, MemOperand(address));
317 mov(slot_address, address);
329 li(address, Operand(bit_cast<int64_t>(kZapValue + 12)));
1324 // Do 64-bit store as two consequent 32-bit stores to unaligned address.
4320 Jump(static_cast<intptr_t>(code.address()), rmode, cond, rs, rt, bd);
4400 Call(code.address(), rmode, cond, rs, rt, bd);
4465 // Compute the return address in lr to return to after the jump below. The pc
4467 // instructions, so add another 4 to pc to get the return address.
4474 // This is the return address of the exit frame.
4672 uint64_t address = jump_address(target);
4673 li(dst, address);
4892 // receiver and the return address.
5426 // Reserve place for the return address, stack space and an optional slot
5436 // Set the exit frame sp value to point just before the return address
5923 // address than) the (O32) argument slots. (arg slot calculation handled by
6002 // allow preemption, so the return address in the link register
6023 // See x64 code for reasoning about how to address the isolate data fields.
6090 // register ra, which is needed while computing the code start address.
6093 // The nal instruction puts the address of the current instruction into
6094 // the return address (ra) register, which we can use later on.