Searched refs:slot_count_ (Results 1 – 3 of 3) sorted by relevance
169 StaticFeedbackVectorSpec() : slot_count_(0) {} in StaticFeedbackVectorSpec()171 int slots() const { return slot_count_; } in slots()174 DCHECK(slot.ToInt() >= 0 && slot.ToInt() < slot_count_); in GetKind()182 DCHECK(slot_count_ < kMaxLength); in append()183 kinds_[slot_count_++] = kind; in append()188 int slot_count_; variable
312 int slot_count() const { return slot_count_; } in slot_count()316 int const slot_count_;
248 : slot_count_(slot_count), scope_type_(scope_type) {} in CreateFunctionContextParameters()