Searched refs:SetNextEnumerationIndex (Results 1 – 2 of 2) sorted by relevance
2667 dict->SetNextEnumerationIndex(index + 1); in AddSlowProperty()5607 dictionary->SetNextEnumerationIndex(real_size + 1); in MigrateFastToSlow()18105 dict->SetNextEnumerationIndex(PropertyDetails::kInitialIndex); in New()18162 dictionary->SetNextEnumerationIndex(PropertyDetails::kInitialIndex+length); in GenerateNewEnumerationIndices()18261 dictionary->SetNextEnumerationIndex(index + 1); in AddEntry()19711 dictionary->SetNextEnumerationIndex(index + 1); in UpdateCell()
3411 void SetNextEnumerationIndex(int index) { in SetNextEnumerationIndex() function