Lines Matching defs:offset
26 inline MemOperand FieldMemOperand(Register object, int offset) {
27 return MemOperand(object, offset - kHeapObjectTag);
31 inline MemOperand FieldMemOperand(Register object, Register index, int offset) {
32 return MemOperand(object, index, offset - kHeapObjectTag);
51 int start, int end, int shift_amount, int offset,
58 int start, int end, int shift_amount, int offset,
83 void LoadRootRegisterOffset(Register destination, intptr_t offset) final;
84 void LoadRootRelative(Register destination, int32_t offset) final;
1029 if (is_uint12(value.offset())) {
1031 } else if (is_int20(value.offset())) {
1075 // Returns the pc offset at which the frame ends.
1709 #define SmiWordOffset(offset) (offset + kSystemPointerSize / 2)
1711 #define SmiWordOffset(offset) offset
1759 // The offset is the offset from the start of the object, not the offset from
1762 Register object, int offset, Register value, Register slot_address,