HomeSort by relevance Sort by last modified time
    Searched defs:ic_total_count (Results 1 - 2 of 2) 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-inl.h 6058 int TypeFeedbackInfo::ic_total_count() { function in class:v8::internal::TypeFeedbackInfo
    [all...]

Completed in 93 milliseconds