Lines Matching defs:address
273 // Clobbers object, address, value, and ra, if (ra_status == kRAHasBeenSaved)
276 void MacroAssembler::RecordWrite(Register object, Register address,
281 DCHECK(!AreAliased(object, address, value, t8));
282 DCHECK(!AreAliased(object, address, value, t9));
288 lw(scratch, MemOperand(address));
322 mov(slot_address, address);
334 li(address, Operand(bit_cast<int32_t>(kZapValue + 12)));
3768 Jump(static_cast<intptr_t>(code.address()), rmode, cond, rs, rt, bd);
3909 Call(code.address(), rmode, cond, rs, rt, bd);
3980 // This is the return address of the exit frame.
4148 uint32_t address = jump_address(target);
4149 li(dst, address);
4365 // receiver and the return address.
4894 // Reserve place for the return address, stack space and an optional slot
4904 // Set the exit frame sp value to point just before the return address
5372 // Remaining arguments are pushed on the stack, above (higher address than)
5399 // the address of the function being call in case of
5453 // allow preemption, so the return address in the link register
5480 // See x64 code for reasoning about how to address the isolate data fields.
5547 // register ra, which is needed while computing the code start address.
5550 // The nal instruction puts the address of the current instruction into
5551 // the return address (ra) register, which we can use later on.