Searched refs:slots_ (Results 1 – 5 of 5) sorted by relevance
21 slots_.reserve(slot_count); in FeedbackVectorHelper()25 slots_.push_back(slot); in FeedbackVectorHelper()32 FeedbackVectorSlot slot(int index) const { return slots_[index]; } in slot()35 int slot_count() const { return static_cast<int>(slots_.size()); } in slot_count()39 std::vector<FeedbackVectorSlot> slots_; variable
61 slots_[idx_++] = slot; in Add()66 return slots_[i]; in Get()168 ObjectSlot slots_[kNumberOfElements]; variable
47 SlotsBuffer::ObjectSlot* slots = buffer->slots_; in RemoveInvalidSlots()88 SlotsBuffer::ObjectSlot* slots = buffer->slots_; in RemoveObjectSlots()117 SlotsBuffer::ObjectSlot* slots = buffer->slots_; in VerifySlots()
75 StaticFeedbackVectorSpec() : slots_(0) {} in StaticFeedbackVectorSpec()77 int slots() const { return slots_; } in slots()80 DCHECK(slot >= 0 && slot < slots_); in GetKind()88 DCHECK(slots_ < kMaxLength); in append()89 kinds_[slots_++] = kind; in append()94 int slots_; variable
1465 DCHECK_LT(offset, static_cast<int>(arraysize(slots_)));1466 return slots_[offset];1469 DCHECK_LT(offset, static_cast<int>(arraysize(slots_)));1470 slots_[offset] = slot;1487 FeedbackVectorSlot slots_[2]; variable