Home
last modified time | relevance | path

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

/external/v8/src/
Dprofile-generator.cc1309 static int SortByIds(const T* entry1_ptr, in SortByIds() argument
1311 if ((*entry1_ptr)->id() == (*entry2_ptr)->id()) return 0; in SortByIds()
1312 return (*entry1_ptr)->id() < (*entry2_ptr)->id() ? -1 : 1; in SortByIds()