Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc317 static int SortByIds(const T* entry1_ptr, in SortByIds() argument
319 if ((*entry1_ptr)->id() == (*entry2_ptr)->id()) return 0; in SortByIds()
320 return (*entry1_ptr)->id() < (*entry2_ptr)->id() ? -1 : 1; in SortByIds()