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

/dalvik/tools/dmtracedump/
H A DTraceDump.c2545 int findMatch(MethodEntry** methods, int size, MethodEntry* matchThis) argument
2552 if (method != NULL && !compareMethodNamesForDiff(&method, &matchThis)) {
2553 // printf("%s.%s == %s.%s<br>\n", matchThis->className, matchThis->methodName,
2557 /* if (!compareMethodNames(&method, &matchThis)) {

Completed in 7 milliseconds