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

  /external/chromium_org/v8/src/
runtime-profiler.cc 111 int* ic_total_count,
113 *ic_total_count = 0;
119 *ic_total_count = info->ic_total_count(); member in namespace:v8::internal
121 *percentage = *ic_total_count > 0
122 ? 100 * *ic_with_type_info_count / *ic_total_count
objects-printer.cc 595 PrintF(out, " - ic_total_count: %d, ic_with_type_info_count: %d\n",
596 ic_total_count(), ic_with_type_info_count());
    [all...]
objects-inl.h 6058 int TypeFeedbackInfo::ic_total_count() { function in class:v8::internal::TypeFeedbackInfo
    [all...]
objects.h     [all...]
  /external/v8/src/
runtime-profiler.cc 113 int* ic_total_count,
115 *ic_total_count = 0;
122 *ic_total_count = info->ic_total_count();
124 *percentage = *ic_total_count > 0
125 ? 100 * *ic_with_type_info_count / *ic_total_count
objects-printer.cc 564 PrintF(out, "\n - ic_total_count: %d, ic_with_type_info_count: %d",
565 ic_total_count(), ic_with_type_info_count());
objects-inl.h     [all...]
objects.h     [all...]

Completed in 53 milliseconds