Searched refs:dummyIndex (Results 1 – 1 of 1) sorted by relevance
252 static FeedbackVectorSlot DummySlot(int dummyIndex) { in DummySlot() argument253 DCHECK(dummyIndex >= 0 && dummyIndex <= kDummyKeyedStoreICSlot); in DummySlot()254 return FeedbackVectorSlot(dummyIndex); in DummySlot()