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

  /external/v8/src/
runtime-profiler.cc 59 static void GetICCounts(JSFunction* function, int* ic_with_type_info_count,
64 *ic_with_type_info_count = 0;
70 *ic_with_type_info_count = info->ic_with_type_info_count();
80 *ic_with_type_info_count += with; member in namespace:v8
84 *type_info_percentage = 100 * *ic_with_type_info_count / *ic_total_count;
objects-printer.cc 534 << ", ic_with_type_info_count: " << ic_with_type_info_count()
    [all...]
objects.h     [all...]
objects-inl.h     [all...]

Completed in 1377 milliseconds