Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dtracedump.cc2251 int32_t compareMethodNamesForDiff(const void* a, const void* b) { in compareMethodNamesForDiff() function
2271 if (method != nullptr && !compareMethodNamesForDiff(&method, &matchThis)) { in findMatch()