Searched refs:kMaxStatsThresholdCount (Results 1 – 2 of 2) sorted by relevance
51 constexpr int kMaxStatsThresholdCount = kMaxStatsResidencyCount - 1; variable
1650 if (threshold_values_count > kMaxStatsThresholdCount) { in ParseStatsInfo()1652 << " greater than max " << kMaxStatsThresholdCount; in ParseStatsInfo()