Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/utils/
Didentity-map.cc64 std::pair<int, bool> IdentityMapBase::InsertKey(Address address, in InsertKey() function in v8::internal::IdentityMapBase
152 std::tie(index, already_exists) = InsertKey(key, hash); in LookupOrInsert()
218 std::tie(index, already_exists) = InsertKey(key, Hash(key)); in InsertEntry()
290 int index = InsertKey(pair.first, Hash(pair.first)).first; in Rehash()
317 int index = InsertKey(old_keys[i], Hash(old_keys[i])).first; in Resize()
Didentity-map.h77 std::pair<int, bool> InsertKey(Address address, uint32_t hash);