Searched refs:HashTableKey (Results 1 – 5 of 5) sorted by relevance
17 class CompilationCacheShape : public BaseShape<HashTableKey*> {19 static inline bool IsMatch(HashTableKey* key, Object* value) { in IsMatch()23 static inline uint32_t Hash(Isolate* isolate, HashTableKey* key) { in Hash()
239 class HashTableKey {241 explicit HashTableKey(uint32_t hash) : hash_(hash) {} in HashTableKey() function247 virtual ~HashTableKey() {} in ~HashTableKey()
16 class StringTableKey : public HashTableKey {
1991 : HashTableKey(hash_field >> Name::kHashShift), hash_field_(hash_field) {} in StringTableKey()
16168 class StringSharedKey : public HashTableKey {16182 : HashTableKey(CompilationCacheShape::StringSharedHash( in StringSharedKey()16636 class RegExpKey : public HashTableKey {16639 : HashTableKey( in RegExpKey()