Home | History | Annotate | Download | only in src

Lines Matching defs:cursor_

64       cursor_(0),
155 cursor_ = 0;
318 cursor_ = 0;
338 int max = size_, dest = 0, old_cursor = cursor_;
344 if (i < old_cursor) cursor_--;
349 ASSERT(cursor_ <= size_);
352 if (cursor_ == size_) return; // Cursor already points at end.
353 if (cursor_ != 0) {
357 int L = cursor_;
358 int R = size_ - cursor_;
365 cursor_ = size_; // Move cursor to end.
409 HCheckTableEntry* entry = &entries_[cursor_++];
414 if (cursor_ == kMaxTrackedObjects) cursor_ = 0;
430 int16_t cursor_; // Must be <= kMaxTrackedObjects
432 // TODO(titzer): STATIC_ASSERT kMaxTrackedObjects < max(cursor_)