Searched refs:next_slot_ (Results 1 – 5 of 5) sorted by relevance
249 return next_slot_.ToInt() < metadata()->slot_count(); in HasNext()254 cur_slot_ = next_slot_; in Next()256 next_slot_ = FeedbackVectorSlot(next_slot_.ToInt() + entry_size()); in Next()
352 next_slot_(FeedbackVectorSlot(0)), in TypeFeedbackMetadataIterator()357 next_slot_(FeedbackVectorSlot(0)), in TypeFeedbackMetadataIterator()390 FeedbackVectorSlot next_slot_; variable
1399 next_slot_ = 0; in Trampoline()1405 next_slot_ = start; in Trampoline()1424 trampoline_slot = next_slot_; in take_slot()1426 next_slot_ += kTrampolineSlotsSize; in take_slot()1434 int next_slot_; variable
1426 next_slot_ = 0; in Trampoline()1430 next_slot_ = start; in Trampoline()1442 trampoline_slot = next_slot_; in take_slot()1444 next_slot_ += kTrampolineSlotsSize; in take_slot()1450 int next_slot_;
1453 next_slot_ = 0; in Trampoline()1459 next_slot_ = start; in Trampoline()1478 trampoline_slot = next_slot_; in take_slot()1480 next_slot_ += kTrampolineSlotsSize; in take_slot()1488 int next_slot_; variable