Searched defs:HashForObject (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | objects.h | 2694 static uint32_t HashForObject(Key key, Object* object) { return 0; } in HashForObject() function 2714 inline uint32_t HashForObject(Key key, Object* object) { in HashForObject() function 2889 static inline uint32_t HashForObject(HashTableKey* key, Object* object) { in HashForObject() function 2949 static inline uint32_t HashForObject(HashTableKey* key, Object* object) { in HashForObject() function 6384 static inline uint32_t HashForObject(HashTableKey* key, Object* object) { in HashForObject() function 6490 static inline uint32_t HashForObject(HashTableKey* key, Object* object) { in HashForObject() function
|
D | objects.cc | 5306 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::CodeCacheHashTableKey 5478 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::PolymorphicCodeCacheHashTableKey 10494 uint32_t HashForObject(Object* other) { return String::cast(other)->Hash(); } in HashForObject() function in v8::internal::StringKey 10557 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::StringSharedKey 10618 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::RegExpKey 10653 uint32_t HashForObject(Object* other) { in HashForObject() function in v8::internal::Utf8SymbolKey 10707 uint32_t HashForObject(Object* other) { in HashForObject() function in v8::internal::SequentialSymbolKey 10777 uint32_t HashForObject(Object* other) { in HashForObject() function in v8::internal::SubStringAsciiSymbolKey 10829 uint32_t HashForObject(Object* other) { in HashForObject() function in v8::internal::SymbolKey 11673 uint32_t HashForObject(Object* key) { in HashForObject() function in v8::internal::TwoCharHashTableKey [all …]
|
D | objects-inl.h | 4655 uint32_t UnseededNumberDictionaryShape::HashForObject(uint32_t key, in HashForObject() function 4690 uint32_t StringDictionaryShape::HashForObject(String* key, Object* other) { in HashForObject() function 4714 uint32_t ObjectHashTableShape<entrysize>::HashForObject(Object* key, in HashForObject() function
|
/external/chromium_org/v8/src/ |
D | objects.h | 3484 static uint32_t HashForObject(Key key, Object* object) { return 0; } in HashForObject() function 3504 inline uint32_t HashForObject(Key key, Object* object) { in HashForObject() function 3698 static inline uint32_t HashForObject(HashTableKey* key, Object* object) { in HashForObject() function 3765 static inline uint32_t HashForObject(HashTableKey* key, Object* object) { in HashForObject() function 7876 static inline uint32_t HashForObject(HashTableKey* key, Object* object) { in HashForObject() function 7979 static inline uint32_t HashForObject(HashTableKey* key, Object* object) { in HashForObject() function
|
D | objects.cc | 7599 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::CodeCacheHashTableKey 7772 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::PolymorphicCodeCacheHashTableKey 13762 uint32_t HashForObject(Object* other) { return String::cast(other)->Hash(); } in HashForObject() function in v8::internal::StringKey 13825 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::StringSharedKey 13886 uint32_t HashForObject(Object* obj) { in HashForObject() function in v8::internal::RegExpKey 13919 uint32_t HashForObject(Object* other) { in HashForObject() function in v8::internal::Utf8StringKey 13954 uint32_t HashForObject(Object* other) { in HashForObject() function in v8::internal::SequentialStringKey 14000 uint32_t HashForObject(Object* other) { in HashForObject() function in v8::internal::SubStringOneByteStringKey 14051 uint32_t HashForObject(Object* other) { in HashForObject() function in v8::internal::InternalizedStringKey 15053 uint32_t HashForObject(Object* key) { in HashForObject() function in v8::internal::TwoCharHashTableKey [all …]
|
D | objects-inl.h | 6093 uint32_t UnseededNumberDictionaryShape::HashForObject(uint32_t key, in HashForObject() function 6128 uint32_t NameDictionaryShape::HashForObject(Name* key, Object* other) { in HashForObject() function 6152 uint32_t ObjectHashTableShape<entrysize>::HashForObject(Object* key, in HashForObject() function 6179 uint32_t WeakHashTableShape<entrysize>::HashForObject(Object* key, in HashForObject() function
|