Searched defs:Shard (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/
H A Ddedupe_set-inl.h53 class DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Shard { class in class:art::DedupeSet
55 Shard(const Alloc& alloc, const std::string& lock_name) function in class:art::DedupeSet::Shard
62 ~Shard() {
215 shards_[i].reset(new Shard(alloc, oss.str()));

Completed in 34 milliseconds