Home | History | Annotate | Download | only in src

Lines Matching defs:AddEntry

17375   AddEntry(dictionary, key, value, details, dictionary->Hash(key));
17391 AddEntry(dictionary, key, value, details, dictionary->Hash(key));
17398 void Dictionary<Derived, Shape, Key>::AddEntry(
17741 table->AddEntry(table->FindInsertionEntry(hash), *key, *value);
17780 void ObjectHashTable::AddEntry(int entry, Object* key, Object* value) {
17821 table->AddEntry(table->FindInsertionEntry(table->Hash(key)), key_cell, value);
17826 void WeakHashTable::AddEntry(int entry, Handle<WeakCell> key_cell,