Home
last modified time | relevance | path

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

/art/compiler/utils/
Ddedupe_set.h43 HashType store_hash; // Valid if store_ptr != nullptr. member
51 HashType a_hash = (a.store_ptr != nullptr) ? a.store_hash : a.in_key->first; in operator()
52 HashType b_hash = (b.store_ptr != nullptr) ? b.store_hash : b.in_key->first; in operator()
96 hashed_key.store_hash = shard_hash; in Add()
129 if (key.store_hash == last_hash) { in DumpStats()
139 last_hash = key.store_hash; in DumpStats()