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

  /external/chromium_org/v8/src/
runtime-profiler.cc 61 int* ic_generic_count, int* ic_total_count,
63 *ic_total_count = 0;
71 *ic_total_count = info->ic_total_count(); member in namespace:v8::internal
73 if (*ic_total_count > 0) {
74 *type_info_percentage = 100 * *ic_with_type_info_count / *ic_total_count;
75 *generic_percentage = 100 * *ic_generic_count / *ic_total_count;
objects-printer.cc 482 os << " - ic_total_count: " << ic_total_count()
    [all...]
objects-inl.h 7002 int TypeFeedbackInfo::ic_total_count() { function in class:v8::internal::Code::FindAndReplacePattern::TypeFeedbackInfo
    [all...]
objects.h     [all...]

Completed in 75 milliseconds