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

/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc325 static int SortByIds(const T* entry1_ptr, argument
327 if ((*entry1_ptr)->id() == (*entry2_ptr)->id()) return 0;
328 return (*entry1_ptr)->id() < (*entry2_ptr)->id() ? -1 : 1;
/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 97 milliseconds