Lines Matching refs:hash
31 #include "src/objects/hash-table-inl.h"
339 CHECK_GT(hash(), 0);
1435 CHECK_EQ(swiss_table::H2(name.hash()), ctrl);
1648 CHECK_NE(hash(), 0);
2084 uint32_t hash = key.hash();
2085 if (hash < current) {
2089 current = hash;
2103 uint32_t hash = key.hash();
2119 hash, kind, attributes);
2125 prev_hash = hash;