Home
last modified time | relevance | path

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

/art/runtime/base/
Dhistogram-inl.h50 max_buckets_(0) { in Histogram()
59 max_buckets_(max_buckets), in Histogram()
68 if (frequency_.size() >= max_buckets_) { in GrowBuckets()
Dhistogram.h100 const size_t max_buckets_; variable