Lines Matching defs:offset
55 #define SmiWordOffset(offset) (offset + kPointerSize / 2)
58 inline MemOperand FieldMemOperand(Register object, int offset) {
59 return MemOperand(object, offset - kHeapObjectTag);
161 void LoadRootRegisterOffset(Register destination, intptr_t offset) final;
162 void LoadRootRelative(Register destination, int32_t offset) final;
168 inline void GenPCRelativeJump(Register rd, int64_t offset);
169 inline void GenPCRelativeJumpAndLink(Register rd, int64_t offset);
284 void CallEphemeronKeyBarrier(Register object, Operand offset,
288 Register object, Operand offset,
296 // For a given |object| and |offset|:
298 // - Compute the address of the slot pointed to by |offset| in |object| and
300 // This method makes sure |object| and |offset| are allowed to overlap with
303 Register object, Operand offset);
848 // The offset is the offset from the start of the object, not the offset from
851 Register object, int offset, Register value, RAStatus ra_status,
856 // For a given |object| notify the garbage collector that the slot at |offset|
859 Register object, Operand offset, Register value, RAStatus ra_status,