Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dheap-snapshot-generator.cc319 const T* entry2_ptr) { in SortByIds() argument
320 if ((*entry1_ptr)->id() == (*entry2_ptr)->id()) return 0; in SortByIds()
321 return (*entry1_ptr)->id() < (*entry2_ptr)->id() ? -1 : 1; in SortByIds()