HomeSort by relevance Sort by last modified time
    Searched full:ic_total_count (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
runtime-profiler.cc 100 int* ic_generic_count, int* ic_total_count,
102 *ic_total_count = 0;
112 *ic_total_count = info->ic_total_count(); member in namespace:v8::internal
122 *ic_total_count += type_vector_ic_count;
126 if (*ic_total_count > 0) {
127 *type_info_percentage = 100 * *ic_with_type_info_count / *ic_total_count;
128 *generic_percentage = 100 * *ic_generic_count / *ic_total_count;
objects-printer.cc 582 os << "\n - ic_total_count: " << ic_total_count()
    [all...]
objects-inl.h     [all...]
objects.h     [all...]

Completed in 413 milliseconds