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