Searched refs:slot_kind_ (Results 1 – 2 of 2) sorted by relevance
516 slot_kind_(FeedbackSlotKind::kInvalid) {} in FeedbackMetadataIterator()521 slot_kind_(FeedbackSlotKind::kInvalid) {} in FeedbackMetadataIterator()529 DCHECK_NE(FeedbackSlotKind::kInvalid, slot_kind_); in kind()530 DCHECK_NE(FeedbackSlotKind::kKindsNumber, slot_kind_); in kind()531 return slot_kind_; in kind()549 FeedbackSlotKind slot_kind_; variable
382 slot_kind_ = metadata()->GetKind(cur_slot_); in Next()