Searched refs:ic_total_count (Results 1 – 1 of 1) sorted by relevance
74 int* ic_generic_count, int* ic_total_count, in GetICCounts() argument79 ic_total_count); in GetICCounts()81 if (*ic_total_count > 0) { in GetICCounts()82 *type_info_percentage = 100 * *ic_with_type_info_count / *ic_total_count; in GetICCounts()83 *generic_percentage = 100 * *ic_generic_count / *ic_total_count; in GetICCounts()