Searched refs:entry1_ptr (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dprofile-generator.cc1274 static int SortByIds(const T* entry1_ptr, argument
1276 if ((*entry1_ptr)->id() == (*entry2_ptr)->id()) return 0;
1277 return (*entry1_ptr)->id() < (*entry2_ptr)->id() ? -1 : 1;

Completed in 66 milliseconds