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

  /external/chromium_org/v8/src/
runtime-profiler.cc 110 int* ic_with_type_info_count,
114 *ic_with_type_info_count = 0;
118 *ic_with_type_info_count = info->ic_with_type_info_count();
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 6072 int TypeFeedbackInfo::ic_with_type_info_count() { function in class:v8::internal::TypeFeedbackInfo
    [all...]
objects.h     [all...]
  /external/v8/src/
runtime-profiler.cc 112 int* ic_with_type_info_count,
116 *ic_with_type_info_count = 0;
121 *ic_with_type_info_count = info->ic_with_type_info_count();
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());
ic.cc 327 info->ic_with_type_info_count() + delta);
    [all...]
objects-inl.h     [all...]
objects.h     [all...]

Completed in 3078 milliseconds