Home
last modified time | relevance | path

Searched defs:HashForObject (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dobjects.h2694 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
Dobjects.cc5306 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 …]
Dobjects-inl.h4655 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/
Dobjects.h3484 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
Dobjects.cc7599 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 …]
Dobjects-inl.h6093 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