Searched refs:slot_count_ (Results 1 – 1 of 1) sorted by relevance
100 StaticFeedbackVectorSpec() : slot_count_(0), name_count_(0) {} in StaticFeedbackVectorSpec()102 int slots() const { return slot_count_; } in slots()105 DCHECK(slot >= 0 && slot < slot_count_); in GetKind()120 DCHECK(slot_count_ < kMaxLength); in append()121 kinds_[slot_count_++] = kind; in append()131 int slot_count_; variable