Searched defs:ic_total_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Druntime-profiler.cc110 int* ic_total_count,
112 *ic_total_count = 0;
118 *ic_total_count = info->ic_total_count(); member in namespace:v8::internal
120 *percentage = *ic_total_count > 0
121 ? 100 * *ic_with_type_info_count / *ic_total_count
H A Dobjects-inl.h6309 int TypeFeedbackInfo::ic_total_count() { function in class:v8::TypeFeedbackInfo

Completed in 84 milliseconds