Home
last modified time | relevance | path

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

/art/compiler/utils/
Ddedupe_set.h85 HashType shard_bin = raw_hash % kShard; in Add() local
90 MutexLock lock(self, *lock_[shard_bin]); in Add()
91 auto it = keys_[shard_bin].find(hashed_key); in Add()
92 if (it != keys_[shard_bin].end()) { in Add()
98 keys_[shard_bin].insert(hashed_key); in Add()