Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhistogram-inl.h53 max_buckets_(0), in Histogram()
63 max_buckets_(max_buckets), in Histogram()
66 CHECK_EQ(max_buckets_ % 2, 0u); in Histogram()
74 DCHECK_LE(frequency_.size(), max_buckets_); in GrowBuckets()
75 if (frequency_.size() == max_buckets_) { in GrowBuckets()
Dhistogram.h108 const size_t max_buckets_; variable