Searched refs:new_enum_index (Results 1 – 3 of 3) sorted by relevance
55 int new_enum_index = 0; in Rehash() local71 new_table->SetEntryForEnumerationIndex(new_enum_index, new_entry); in Rehash()72 ++new_enum_index; in Rehash()238 int new_enum_index = 0; in Rehash() local246 SetEntryForEnumerationIndex(new_enum_index, new_entry); in Rehash()247 ++new_enum_index; in Rehash()
518 int new_enum_index = nof + nod; in Add() local523 table->SetEntryForEnumerationIndex(new_enum_index, new_entry); in Add()
8788 TNode<Smi> new_enum_index = SmiAdd(enum_index, SmiConstant(1)); in Add() local8791 GotoIf(SmiAbove(new_enum_index, max_enum_index), bailout); in Add()8796 SetNextEnumerationIndex<Dictionary>(dictionary, new_enum_index); in Add()