Lines Matching refs:hash
50 int IdentityMapBase::ScanKeysFor(Address address, uint32_t hash) const {
51 int start = hash & mask_;
65 uint32_t hash) {
75 int start = hash & mask_;
134 uint32_t hash = Hash(key);
135 int index = ScanKeysFor(key, hash);
139 index = ScanKeysFor(key, hash);
145 uint32_t hash = Hash(key);
147 int index = ScanKeysFor(key, hash);
152 std::tie(index, already_exists) = InsertKey(key, hash);