Searched refs:matchThis (Results 1 - 1 of 1) sorted by relevance

/art/tools/dmtracedump/
H A Dtracedump.cc2263 int32_t findMatch(MethodEntry** methods, int32_t size, MethodEntry* matchThis) { argument
2267 if (method != nullptr && !compareMethodNamesForDiff(&method, &matchThis)) {
2268 // printf("%s.%s == %s.%s<br>\n", matchThis->className, matchThis->methodName,
2272 // if (!compareMethodNames(&method, &matchThis)) return i;

Completed in 47 milliseconds