Home
last modified time | relevance | path

Searched refs:new_enum_index (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dswiss-name-dictionary.cc55 int new_enum_index = 0; in Rehash() local
71 new_table->SetEntryForEnumerationIndex(new_enum_index, new_entry); in Rehash()
72 ++new_enum_index; in Rehash()
238 int new_enum_index = 0; in Rehash() local
246 SetEntryForEnumerationIndex(new_enum_index, new_entry); in Rehash()
247 ++new_enum_index; in Rehash()
Dswiss-name-dictionary-inl.h518 int new_enum_index = nof + nod; in Add() local
523 table->SetEntryForEnumerationIndex(new_enum_index, new_entry); in Add()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc8788 TNode<Smi> new_enum_index = SmiAdd(enum_index, SmiConstant(1)); in Add() local
8791 GotoIf(SmiAbove(new_enum_index, max_enum_index), bailout); in Add()
8796 SetNextEnumerationIndex<Dictionary>(dictionary, new_enum_index); in Add()