Home
last modified time | relevance | path

Searched refs:ObjectAddressForHashing (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dframes.cc1512 uint32_t hash = ComputeIntegerHash(ObjectAddressForHashing(inner_pointer), in GetCacheEntry()
Dobjects-inl.h7764 static inline uint32_t ObjectAddressForHashing(void* object) { in ObjectAddressForHashing() function
Dobjects.cc12240 int hash = ObjectAddressForHashing(GetConstructor()) >> 2; in Hash()
12245 hash ^= ObjectAddressForHashing(prototype()) << (32 - kPageSizeBits); in Hash()