Home
last modified time | relevance | path

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

/external/v8/src/base/
Dhashmap.h123 Entry* FillEmptyEntry(Entry* entry, const Key& key, const Value& value,
189 return FillEmptyEntry(entry, key, value_func(), hash, allocator); in LookupOrInsert()
198 return FillEmptyEntry(entry, key, Value(), hash, allocator); in InsertNew()
315 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::FillEmptyEntry( in FillEmptyEntry() function
360 new_entry = FillEmptyEntry(new_entry, entry->key, entry->value, in Resize()