Searched refs:slots_ (Results 1 – 1 of 1) sorted by relevance
1346 DCHECK_LT(offset, static_cast<int>(arraysize(slots_)));1347 return slots_[offset];1351 DCHECK_LT(offset, static_cast<int>(arraysize(slots_)));1352 slots_[offset] = slot;1363 FeedbackVectorSlot slots_[2]; variable