HomeSort by relevance Sort by last modified time
    Searched refs:GetBucketCount (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
histogram-inl.h 83 DCHECK_LE(bucket_idx, GetBucketCount());
103 max_ = bucket_width_ * GetBucketCount();
106 template <class Value> inline size_t Histogram<Value>::GetBucketCount() const {
122 DCHECK_LE(bucket_idx, GetBucketCount());
histogram.h 60 size_t GetBucketCount() const;

Completed in 58 milliseconds