Searched refs:Hash (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/ |
D | dedupe_set-inl.h | 93 auto it = stats.find(key.Hash()); 95 stats.insert({key.Hash(), 1u}); 117 size_t Hash() const { 152 return key.Hash(); 169 return lhs.Hash() == rhs.Hash() &&
|
/art/runtime/base/ |
D | allocator.h | 169 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>>;
|
D | scoped_arena_containers.h | 61 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/ |
D | profiler.h | 117 uint32_t Hash(ArtMethod* method);
|
D | profiler.cc | 496 uint32_t index = Hash(method); in Put() 721 uint32_t ProfileSampleResults::Hash(ArtMethod* method) { in Hash() function in art::ProfileSampleResults
|