Searched refs:HashForObject (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/snapshot/ |
D | deserializer.cc | 251 : string_(string), hash_(HashForObject(string)) { in StringTableInsertionKey() 258 if (hash_ != HashForObject(string)) return false; in IsMatch() 265 uint32_t HashForObject(Object* key) override { in HashForObject() function in v8::internal::StringTableInsertionKey
|
/external/v8/src/ast/ |
D | ast-value-factory.cc | 71 uint32_t HashForObject(Object* key) override { in HashForObject() function in v8::internal::AstRawStringInternalizationKey
|
/external/v8/src/ |
D | objects.h | 3281 static uint32_t HashForObject(Key key, Object* object) { return 0; } in HashForObject() function 3284 return HashForObject(key, object); in SeededHashForObject() 3373 inline uint32_t HashForObject(Key key, Object* object) { in HashForObject() function 3377 return Shape::HashForObject(key, object); in HashForObject() 3477 virtual uint32_t HashForObject(Object* key) = 0; 3495 static inline uint32_t HashForObject(HashTableKey* key, Object* object) { in HashForObject() function 3496 return key->HashForObject(object); in HashForObject() 3553 static inline uint32_t HashForObject(String* key, Object* object); 3753 static inline uint32_t HashForObject(Handle<Name> key, Object* object); 3836 static inline uint32_t HashForObject(uint32_t key, Object* object); [all …]
|
D | objects-inl.h | 950 uint32_t HashForObject(Object* other) override { in HashForObject() function 989 uint32_t HashForObject(Object* other) override { in HashForObject() function 1033 uint32_t HashForObject(Object* other) override { in HashForObject() function 3209 uint32_t StringSetShape::HashForObject(String* key, Object* object) { in HashForObject() function 7774 uint32_t UnseededNumberDictionaryShape::HashForObject(uint32_t key, in HashForObject() function 7815 uint32_t NameDictionaryShape::HashForObject(Handle<Name> key, Object* other) { in HashForObject() function 7872 uint32_t ObjectHashTableShape::HashForObject(Handle<Object> key, in HashForObject() function 7914 uint32_t WeakHashTableShape<entrysize>::HashForObject(Handle<Object> key, in HashForObject() function
|
D | objects.cc | 9670 uint32_t HashForObject(Object* obj) override { in HashForObject() function in v8::internal::CodeCacheHashTableKey 15918 uint32_t HashForObject(Object* obj) override { in HashForObject() function in v8::internal::StringSharedKey 16168 uint32_t HashForObject(Object* obj) override { in HashForObject() function in v8::internal::RegExpKey 16220 uint32_t HashForObject(Object* other) override { in HashForObject() function in v8::internal::InternalizedStringKey 16364 uint32_t hash = this->HashForObject(key, k); in Rehash() 16383 uint32_t hash = this->HashForObject(key, k); in EntryForProbe() 17177 uint32_t HashForObject(Object* key) override { in HashForObject() function in v8::internal::TwoCharHashTableKey
|