Home
last modified time | relevance | path

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

/art/runtime/base/
Dhistogram-inl.h94 DCHECK_LE(bucket_idx, GetBucketCount()); in FindBucket()
114 max_ = bucket_width_ * GetBucketCount(); in Initialize()
117 template <class Value> inline size_t Histogram<Value>::GetBucketCount() const { in GetBucketCount() function
133 DCHECK_LE(bucket_idx, GetBucketCount()); in GetRange()
Dhistogram.h65 size_t GetBucketCount() const;