Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dstore-buffer.cc546 uintptr_t hash_addr = in Compact() local
548 int hash1 = ((hash_addr ^ (hash_addr >> kHashSetLengthLog2)) & in Compact()
551 uintptr_t hash2 = (hash_addr - (hash_addr >> kHashSetLengthLog2)); in Compact()