Home
last modified time | relevance | path

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

/external/v8/src/
Dprofile-generator.cc3068 uintptr_t x_uint = reinterpret_cast<uintptr_t>((*x)->value); in SortUsingEntryValue() local
3070 if (x_uint > y_uint) { in SortUsingEntryValue()
3072 } else if (x_uint == y_uint) { in SortUsingEntryValue()