Home | Sort by relevance Sort by last modified time |
/external/chromium_org/v8/src/ | |
runtime-profiler.cc | 110 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 |
objects-inl.h | 6309 int TypeFeedbackInfo::ic_total_count() { function in class:v8::TypeFeedbackInfo [all...] |