Home | History | Annotate | Download | only in dmtracedump

Lines Matching defs:match

1114         if (id == methodId)           /* match */
2404 "Exit from method %s.%s %s does not match stack:\n",
2409 "Exit from method %s does not match stack:\n",
2652 int match = findMatch(methods2, d2->numMethods, methods1[i]);
2653 if (match >= 0) {
2655 ptr->method2 = methods2[match];
2674 methods2[match] = NULL;