Home
last modified time | relevance | path

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

/art/runtime/base/
Dhistogram.h91 const size_t max_buckets_; variable
Dhistogram-inl.h48 max_buckets_(max_buckets), in Histogram()
57 if (frequency_.size() >= max_buckets_) { in GrowBuckets()