Searched refs:next_slot_ (Results 1 – 5 of 5) sorted by relevance
376 return next_slot_.ToInt() < metadata()->slot_count(); in HasNext()381 cur_slot_ = next_slot_; in Next()383 next_slot_ = FeedbackSlot(next_slot_.ToInt() + entry_size()); in Next()
515 next_slot_(FeedbackSlot(0)), in FeedbackMetadataIterator()520 next_slot_(FeedbackSlot(0)), in FeedbackMetadataIterator()548 FeedbackSlot next_slot_; variable
1583 next_slot_ = 0; in Trampoline()1587 next_slot_ = start; in Trampoline()1599 trampoline_slot = next_slot_; in take_slot()1601 next_slot_ += kTrampolineSlotsSize; in take_slot()1607 int next_slot_;
2142 next_slot_ = 0; in Trampoline()2148 next_slot_ = start; in Trampoline()2167 trampoline_slot = next_slot_; in take_slot()2169 next_slot_ += kTrampolineSlotsSize; in take_slot()2177 int next_slot_; variable
2207 next_slot_ = 0; in Trampoline()2213 next_slot_ = start; in Trampoline()2232 trampoline_slot = next_slot_; in take_slot()2234 next_slot_ += kTrampolineSlotsSize; in take_slot()2242 int next_slot_; variable