Lines Matching refs:new_table
48 Handle<SwissNameDictionary> new_table =
56 new_table->SetNumberOfElements(table->NumberOfElements());
66 int new_entry = new_table->AddInternal(Name::cast(key), value, details);
71 new_table->SetEntryForEnumerationIndex(new_enum_index, new_entry);
76 new_table->SetHash(table->Hash());
77 return new_table;
124 Handle<SwissNameDictionary> new_table =
129 new_table->SetHash(table->Hash());
132 WriteBarrierMode mode = new_table->GetWriteBarrierMode(no_gc);
139 new_table->field_address(DataTableStartOffset()));
153 new_table->StoreToDataTable(i, kDataTableKeyEntryIndex, key);
154 new_table->StoreToDataTable(i, kDataTableValueEntryIndex, value);
158 void* new_ctrl_table = new_table->CtrlTable();
165 new_table->DetailsAtPut(i, table->DetailsAt(i));
173 new_table->meta_table().copy_in(0, table->meta_table().GetDataStartAddress(),
176 return new_table;