Searched refs:HashForObject (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ast/ |
D | ast-value-factory.cc | 69 uint32_t HashForObject(Object* key) override { in HashForObject() function in v8::internal::AstRawStringInternalizationKey
|
/external/v8/src/ |
D | objects.h | 3079 static uint32_t HashForObject(Key key, Object* object) { return 0; } in HashForObject() function 3082 return HashForObject(key, object); in SeededHashForObject() 3164 inline uint32_t HashForObject(Key key, Object* object) { in HashForObject() function 3168 return Shape::HashForObject(key, object); in HashForObject() 3264 virtual uint32_t HashForObject(Object* key) = 0; 3282 static inline uint32_t HashForObject(HashTableKey* key, Object* object) { in HashForObject() function 3283 return key->HashForObject(object); in HashForObject() 3526 static inline uint32_t HashForObject(Handle<Name> key, Object* object); 3600 static inline uint32_t HashForObject(uint32_t key, Object* object); 3677 static inline uint32_t HashForObject(Handle<Object> key, Object* object); [all …]
|
D | objects-inl.h | 554 uint32_t HashForObject(Object* other) override { in HashForObject() function 595 uint32_t HashForObject(Object* other) override { in HashForObject() function 641 uint32_t HashForObject(Object* other) override { in HashForObject() function 7334 uint32_t UnseededNumberDictionaryShape::HashForObject(uint32_t key, in HashForObject() function 7372 uint32_t NameDictionaryShape::HashForObject(Handle<Name> key, Object* other) { in HashForObject() function 7428 uint32_t ObjectHashTableShape::HashForObject(Handle<Object> key, in HashForObject() function 7470 uint32_t WeakHashTableShape<entrysize>::HashForObject(Handle<Object> key, in HashForObject() function
|
D | objects.cc | 10363 uint32_t HashForObject(Object* obj) override { in HashForObject() function in v8::internal::CodeCacheHashTableKey 10511 uint32_t HashForObject(Object* obj) override { in HashForObject() function in v8::internal::PolymorphicCodeCacheHashTableKey 16716 uint32_t HashForObject(Object* obj) override { in HashForObject() function in v8::internal::StringSharedKey 16961 uint32_t HashForObject(Object* obj) override { in HashForObject() function in v8::internal::RegExpKey 17013 uint32_t HashForObject(Object* other) override { in HashForObject() function in v8::internal::InternalizedStringKey 17145 uint32_t hash = this->HashForObject(key, k); in Rehash() 17164 uint32_t hash = this->HashForObject(key, k); in EntryForProbe() 17788 uint32_t HashForObject(Object* key) override { in HashForObject() function in v8::internal::TwoCharHashTableKey 18074 uint32_t Hash() override { return HashForObject(*strings_); } in Hash() 18076 uint32_t HashForObject(Object* obj) override { in HashForObject() function in v8::internal::StringsKey
|
/external/v8/src/snapshot/ |
D | serialize.cc | 657 : string_(string), hash_(HashForObject(string)) { in StringTableInsertionKey() 664 if (hash_ != HashForObject(string)) return false; in IsMatch() 671 uint32_t HashForObject(Object* key) override { in HashForObject() function in v8::internal::StringTableInsertionKey
|