Lines Matching defs:offset
60 inline MemOperand FieldMemOperand(Register object, int offset) {
61 return MemOperand(object, offset - kHeapObjectTag);
69 int offset = (index - 5) * kPointerSize + kCArgsSlotsSize;
70 return MemOperand(sp, offset);
179 void BranchLong(int32_t offset, BranchDelaySlot bdslot = PROTECT);
194 void LoadRootRegisterOffset(Register destination, intptr_t offset) final;
195 void LoadRootRelative(Register destination, int32_t offset) final;
205 void Jump(Register target, int16_t offset = 0, COND_ARGS);
206 void Jump(Register target, Register base, int16_t offset = 0, COND_ARGS);
207 void Jump(Register target, const Operand& offset, COND_ARGS);
216 void Call(Register target, int16_t offset = 0, COND_ARGS);
217 void Call(Register target, Register base, int16_t offset = 0, COND_ARGS);
848 inline int32_t GetOffset(int32_t offset, Label* L, OffsetSize bits);
873 bool CalculateOffset(Label* L, int32_t* offset, OffsetSize bits);
874 bool CalculateOffset(Label* L, int32_t* offset, OffsetSize bits,
877 void BranchShortHelperR6(int32_t offset, Label* L);
878 void BranchShortHelper(int16_t offset, Label* L, BranchDelaySlot bdslot);
879 bool BranchShortHelperR6(int32_t offset, Label* L, Condition cond,
881 bool BranchShortHelper(int16_t offset, Label* L, Condition cond, Register rs,
883 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,
886 void BranchAndLinkShortHelperR6(int32_t offset, Label* L);
887 void BranchAndLinkShortHelper(int16_t offset, Label* L,
889 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT);
891 bool BranchAndLinkShortHelperR6(int32_t offset, Label* L, Condition cond,
893 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
896 bool BranchAndLinkShortCheck(int32_t offset, Label* L, Condition cond,
968 // The offset is the offset from the start of the object, not the offset from
971 Register object, int offset, Register value, Register scratch,