Lines Matching defs:offset

71 #define SmiWordOffset(offset) (offset + kPointerSize / 2)
73 #define SmiWordOffset(offset) offset
77 inline MemOperand FieldMemOperand(Register object, int offset) {
78 return MemOperand(object, offset - kHeapObjectTag);
89 int offset = (index - 5) * kPointerSize + kCArgsSlotsSize;
90 return MemOperand(sp, offset);
200 void BranchLong(int32_t offset, BranchDelaySlot bdslot = PROTECT);
221 void LoadRootRegisterOffset(Register destination, intptr_t offset) final;
222 void LoadRootRelative(Register destination, int32_t offset) final;
897 inline int32_t GetOffset(int32_t offset, Label* L, OffsetSize bits);
922 bool CalculateOffset(Label* L, int32_t* offset, OffsetSize bits);
923 bool CalculateOffset(Label* L, int32_t* offset, OffsetSize bits,
926 void BranchShortHelperR6(int32_t offset, Label* L);
927 void BranchShortHelper(int16_t offset, Label* L, BranchDelaySlot bdslot);
928 bool BranchShortHelperR6(int32_t offset, Label* L, Condition cond,
930 bool BranchShortHelper(int16_t offset, Label* L, Condition cond, Register rs,
932 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,
935 void BranchAndLinkShortHelperR6(int32_t offset, Label* L);
936 void BranchAndLinkShortHelper(int16_t offset, Label* L,
938 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT);
940 bool BranchAndLinkShortHelperR6(int32_t offset, Label* L, Condition cond,
942 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
945 bool BranchAndLinkShortCheck(int32_t offset, Label* L, Condition cond,
1020 // The offset is the offset from the start of the object, not the offset from
1023 Register object, int offset, Register value, Register scratch,