Searched refs:GetICCounts (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/v8/src/ |
D | runtime-profiler.cc | 60 static void GetICCounts(Code* shared_code, int* ic_with_type_info_count, in GetICCounts() function 92 GetICCounts(function->shared()->code(), &typeinfo, &generic, &total, in Optimize() 239 GetICCounts(shared_code, &typeinfo, &generic, &total, &type_percentage, in OptimizeNow() 262 GetICCounts(shared_code, &typeinfo, &generic, &total, &type_percentage, in OptimizeNow()
|