Searched refs:slot_kinds_ (Results 1 – 1 of 1) sorted by relevance
366 explicit FeedbackVectorSpec(Zone* zone) : slot_kinds_(zone) { in FeedbackVectorSpec()367 slot_kinds_.reserve(16); in FeedbackVectorSpec()370 int slot_count() const { return static_cast<int>(slot_kinds_.size()); } in slot_count()376 return slot_kinds_.at(slot.ToInt()); in GetKind()483 void append(FeedbackSlotKind kind) { slot_kinds_.push_back(kind); } in append()486 ZoneVector<FeedbackSlotKind> slot_kinds_; variable