Searched refs:next_slot_ (Results 1 – 5 of 5) sorted by relevance
322 return next_slot_.ToInt() < metadata().slot_count(); in HasNext()327 cur_slot_ = next_slot_; in Next()329 next_slot_ = FeedbackSlot(next_slot_.ToInt() + entry_size()); in Next()
583 next_slot_(FeedbackSlot(0)), in FeedbackMetadataIterator()588 next_slot_(FeedbackSlot(0)), in FeedbackMetadataIterator()616 FeedbackSlot next_slot_; variable
1352 next_slot_ = 0; in Trampoline()1356 next_slot_ = start; in Trampoline()1368 trampoline_slot = next_slot_; in take_slot()1370 next_slot_ += kTrampolineSlotsSize; in take_slot()1376 int next_slot_;
1830 next_slot_ = 0; in Trampoline()1836 next_slot_ = start; in Trampoline()1851 trampoline_slot = next_slot_; in take_slot()1853 next_slot_ += kTrampolineSlotsSize; in take_slot()1861 int next_slot_; variable
1856 next_slot_ = 0; in Trampoline()1862 next_slot_ = start; in Trampoline()1877 trampoline_slot = next_slot_; in take_slot()1879 next_slot_ += kTrampolineSlotsSize; in take_slot()1887 int next_slot_; variable