Home | History | Annotate | Download | only in src

Lines Matching refs:HashForObject

3100 //     static uint32_t HashForObject(Key key, Object* object);
3122 static uint32_t HashForObject(Key key, Object* object) { return 0; }
3125 return HashForObject(key, object);
3210 inline uint32_t HashForObject(Key key, Object* object) {
3214 return Shape::HashForObject(key, object);
3312 virtual uint32_t HashForObject(Object* key) = 0;
3330 static inline uint32_t HashForObject(HashTableKey* key, Object* object) {
3331 return key->HashForObject(object);
3387 static inline uint32_t HashForObject(String* key, Object* object);
3586 static inline uint32_t HashForObject(Handle<Name> key, Object* object);
3667 static inline uint32_t HashForObject(uint32_t key, Object* object);
3754 static inline uint32_t HashForObject(Handle<Object> key, Object* object);
4030 static inline uint32_t HashForObject(Handle<Object> key, Object* object);
8166 static inline uint32_t HashForObject(HashTableKey* key, Object* object) {
8167 return key->HashForObject(object);
8231 static inline uint32_t HashForObject(HashTableKey* key, Object* object) {
8232 return key->HashForObject(object);