Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:cursor_

80       cursor_(0),
195 copy->cursor_ = cursor_;
315 cursor_ = 0;
670 cursor_ = 0;
708 int max = size_, dest = 0, old_cursor = cursor_;
714 if (i < old_cursor) cursor_--;
719 DCHECK(cursor_ <= size_);
722 if (cursor_ == size_) return; // Cursor already points at end.
723 if (cursor_ != 0) {
727 int L = cursor_;
728 int R = size_ - cursor_;
735 cursor_ = size_; // Move cursor to end.
785 HCheckTableEntry* entry = &entries_[cursor_++];
791 if (cursor_ == kMaxTrackedObjects) cursor_ = 0;
803 int16_t cursor_; // Must be <= kMaxTrackedObjects