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

/art/compiler/utils/
H A Ddedupe_set-inl.h63 for (const HashedKey<StoreKey>& key : keys_) {
71 HashedKey<InKey> hashed_in_key(hash, &in_key);
78 keys_.Insert(HashedKey<StoreKey> { hash, store_key });
92 for (const HashedKey<StoreKey>& key : keys_) {
112 class HashedKey { class in class:art::DedupeSet::Shard
114 HashedKey() : hash_(0u), key_(nullptr) { } function in class:art::DedupeSet::Shard::HashedKey
115 HashedKey(size_t hash, const T* key) : hash_(hash), key_(key) { } function in class:art::DedupeSet::Shard::HashedKey
140 bool IsEmpty(const HashedKey<StoreKey>& key) const {
144 void MakeEmpty(HashedKey<StoreKey>& key) {
151 size_t operator()(const HashedKey<
[all...]

Completed in 14 milliseconds