Searched refs:stat_index (Results 1 – 1 of 1) sorted by relevance
118 size_t stat_index = static_cast<size_t>(stat); variable119 DCHECK_LT(stat_index, arraysize(compile_stats_));120 compile_stats_[stat_index] += count;124 size_t stat_index = static_cast<size_t>(stat); in GetStat() local125 DCHECK_LT(stat_index, arraysize(compile_stats_)); in GetStat()126 return compile_stats_[stat_index]; in GetStat()