Searched refs:HashTableKey (Results 1 – 3 of 3) sorted by relevance
20 class CompilationCacheShape : public BaseShape<HashTableKey*> {22 static inline bool IsMatch(HashTableKey* key, Object value) { in IsMatch()26 static inline uint32_t Hash(ReadOnlyRoots roots, HashTableKey* key) { in Hash()
133 class StringSharedKey : public HashTableKey {147 : HashTableKey(CompilationCacheShape::StringSharedHash( in StringSharedKey()156 : HashTableKey( in StringSharedKey()211 class RegExpKey : public HashTableKey {214 : HashTableKey( in RegExpKey()235 class CodeKey : public HashTableKey {238 : HashTableKey(key->Hash()), key_(key) {} in CodeKey()
292 class HashTableKey {294 explicit HashTableKey(uint32_t hash) : hash_(hash) {} in HashTableKey() function300 virtual ~HashTableKey() = default;