Home
last modified time | relevance | path

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

/art/compiler/utils/
Ddedupe_set.h82 hash_time_ += hash_end - hash_start; in Add()
103 : allocator_(alloc), hash_time_(0) { in DedupeSet()
145 collision_sum, collision_max, hash_time_); in DumpStats()
165 uint64_t hash_time_; variable