Home | History | Annotate | Download | only in aarch64

Lines Matching full:offset_

238   bool IsUsed() const { return offset_ < 0; }
239 bool IsPlaced() const { return offset_ > 0; }
245 return offset_ - 1;
254 offset_ = offset + 1;
262 return -offset_ - 1;
270 offset_ = -offset - 1;
277 ptrdiff_t offset_;