Searched refs:InsertKey (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/utils/ |
| D | identity-map.cc | 64 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()
|
| D | identity-map.h | 77 std::pair<int, bool> InsertKey(Address address, uint32_t hash);
|