Searched defs:counts_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/metrics/
H A Dhistogram.h330 // Adjust size of counts_ for use with given histogram.
338 Count counts(size_t i) const { return counts_[i]; }
353 Counts counts_; member in class:base::Histogram::SampleSet
555 Sample declared_min_; // Less than this goes into counts_[0]
556 Sample declared_max_; // Over this goes into counts_[bucket_count_ - 1].
557 size_t bucket_count_; // Dimension of counts_[].
/external/v8/src/
H A Dliveobjectlist.cc790 memset(counts_, 0, sizeof(counts_[0]) * kNumberOfEntries);
798 counts_[type]++;
808 return counts_[type];
828 if (counts_[i]) entries++;
838 int counts_[kNumberOfEntries]; member in class:v8::internal::LiveObjectSummary

Completed in 151 milliseconds