Searched refs:Hash (Results 1 - 5 of 5) sorted by relevance

/art/compiler/utils/
H A Ddedupe_set-inl.h93 auto it = stats.find(key.Hash());
95 stats.insert({key.Hash(), 1u});
117 size_t Hash() const { function in class:art::DedupeSet::Shard::HashedKey
152 return key.Hash();
169 return lhs.Hash() == rhs.Hash() &&
/art/runtime/base/
H A Dallocator.h169 class Hash = std::hash<Key>,
172 Key, T, Hash, Pred, TrackingAllocator<std::pair<const Key, T>, kTag>>;
178 class Hash = std::hash<Key>,
181 Key, T, EmptyFn, Hash, Pred, TrackingAllocator<std::pair<Key, T>, kTag>>;
H A Dscoped_arena_containers.h61 template <typename K, typename V, class Hash = std::hash<K>, class KeyEqual = std::equal_to<K>>
63 std::unordered_map<K, V, Hash, KeyEqual, ScopedArenaAllocatorAdapter<std::pair<const K, V>>>;
/art/runtime/
H A Dprofiler.h117 uint32_t Hash(ArtMethod* method);
H A Dprofiler.cc496 uint32_t index = Hash(method);
721 uint32_t ProfileSampleResults::Hash(ArtMethod* method) { function in class:art::ProfileSampleResults

Completed in 177 milliseconds