Home
last modified time | relevance | path

Searched refs:ic_total_count (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Druntime-profiler.cc74 int* ic_generic_count, int* ic_total_count, in GetICCounts() argument
79 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()