Home
last modified time | relevance | path

Searched refs:HashTableKey (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Dcompilation-cache.h17 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()
Dhash-table.h239 class HashTableKey {
241 explicit HashTableKey(uint32_t hash) : hash_(hash) {} in HashTableKey() function
247 virtual ~HashTableKey() {} in ~HashTableKey()
Dstring-table.h16 class StringTableKey : public HashTableKey {
/external/v8/src/
Dobjects-inl.h1991 : HashTableKey(hash_field >> Name::kHashShift), hash_field_(hash_field) {} in StringTableKey()
Dobjects.cc16168 class StringSharedKey : public HashTableKey {
16182 : HashTableKey(CompilationCacheShape::StringSharedHash( in StringSharedKey()
16636 class RegExpKey : public HashTableKey {
16639 : HashTableKey( in RegExpKey()