Searched refs:slot_kind_ (Results 1 – 1 of 1) sorted by relevance
284 slot_kind_(FeedbackVectorSlotKind::INVALID) {} in TypeFeedbackMetadataIterator()289 slot_kind_(FeedbackVectorSlotKind::INVALID) {} in TypeFeedbackMetadataIterator()296 slot_kind_ = metadata()->GetKind(slot); in Next()303 DCHECK_NE(FeedbackVectorSlotKind::INVALID, slot_kind_); in kind()304 DCHECK_NE(FeedbackVectorSlotKind::KINDS_NUMBER, slot_kind_); in kind()305 return slot_kind_; in kind()322 FeedbackVectorSlotKind slot_kind_; variable