Lines Matching refs:methodName
164 const char* methodName; member
301 const char *className, const char *methodName, in initMethodEntry() argument
307 method->methodName = methodName; in initMethodEntry()
347 if (methodA->methodName == NULL || methodB->methodName == NULL) { in compareElapsedExclusive()
356 result = strcmp(methodA->methodName, methodB->methodName); in compareElapsedExclusive()
386 if (methodA->methodName == NULL || methodB->methodName == NULL) { in compareElapsedInclusive()
395 result = strcmp(methodA->methodName, methodB->methodName); in compareElapsedInclusive()
427 if (methodA->methodName == NULL || methodB->methodName == NULL) { in compareTimedMethod()
436 result = strcmp(methodA->methodName, methodB->methodName); in compareTimedMethod()
511 if (methodA->methodName == NULL || methodB->methodName == NULL) { in compareMethodNames()
514 result = strcmp(methodA->methodName, methodB->methodName); in compareMethodNames()
1011 pKeys->methods[i].methodName, pKeys->methods[i].signature); in parseKeys()
1249 if (method->methodName) { in dumpTrace()
1254 method->className, method->methodName, method->signature); in dumpTrace()
1412 char *className, *methodName, *signature; in printInclusiveMethod() local
1425 methodName = (char*)(relative->methodName); in printInclusiveMethod()
1437 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveMethod()
1443 if (relative->methodName) { in printInclusiveMethod()
1451 className, methodName, signature); in printInclusiveMethod()
1458 className, methodName, signature); in printInclusiveMethod()
1499 if (method->methodName) { in stackDump()
1501 method->className, method->methodName, method->signature); in stackDump()
1579 char *className, *methodName, *signature; in printExclusiveProfile() local
1586 methodName = (char*)(method->methodName); in printExclusiveProfile()
1594 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printExclusiveProfile()
1597 if (method->methodName) { in printExclusiveProfile()
1601 className, methodName, signature); in printExclusiveProfile()
1626 method->index, method->index, method->className, method->methodName, in createLabels()
1730 char *className, *methodName, *signature; in printInclusiveProfile() local
1738 methodName = (char*)(method->methodName); in printInclusiveProfile()
1744 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveProfile()
1760 if (method->methodName) { in printInclusiveProfile()
1765 className, methodName, signature); in printInclusiveProfile()
1804 if (pMethods[ii]->methodName == NULL) { in createClassList()
1831 if (pMethods[ii]->methodName == NULL) { in createClassList()
1848 if (pMethods[ii]->methodName == NULL) { in createClassList()
1964 char *className, *methodName, *signature; in printClassProfiles() local
2011 methodName = (char*)(method->methodName); in printClassProfiles()
2019 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printClassProfiles()
2041 method->index, method->index, methodName, signature); in printClassProfiles()
2049 method->index, methodName, signature); in printClassProfiles()
2073 if (pMethods[ii]->methodName == NULL) in createUniqueMethodList()
2075 if (strcmp(pMethods[ii]->methodName, currentMethodName) != 0) { in createUniqueMethodList()
2077 currentMethodName = pMethods[ii]->methodName; in createUniqueMethodList()
2093 if (pMethods[ii]->methodName == NULL) in createUniqueMethodList()
2096 currentMethodName = pMethods[ii]->methodName; in createUniqueMethodList()
2097 if (strcmp(pMethods[ii]->methodName, currentMethodName) != 0) { in createUniqueMethodList()
2098 currentMethodName = pMethods[ii]->methodName; in createUniqueMethodList()
2112 if (pMethods[ii]->methodName == NULL) in createUniqueMethodList()
2114 if (strcmp(pMethods[ii]->methodName, currentMethodName) != 0) { in createUniqueMethodList()
2115 currentMethodName = pMethods[ii]->methodName; in createUniqueMethodList()
2196 char *className, *methodName, *signature; in printMethodProfiles() local
2206 methodName = (char*)(pUnique->methods[0]->methodName); in printMethodProfiles()
2210 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printMethodProfiles()
2227 printf("%s", methodName); in printMethodProfiles()
2235 methodName); in printMethodProfiles()
2273 className, methodName, signature); in printMethodProfiles()
2281 method->index, className, methodName, signature); in printMethodProfiles()
2350 if (method->methodName) { in parseDataKeys()
2354 pStack->top, method->className, method->methodName, in parseDataKeys()
2402 if (method->methodName) { in parseDataKeys()
2405 method->className, method->methodName, in parseDataKeys()
2532 if (methodA->methodName == NULL || methodB->methodName == NULL) { in compareMethodNamesForDiff()
2535 result = strcmp(methodA->methodName, methodB->methodName); in compareMethodNamesForDiff()
2603 char* methodName; in printMissingMethod() local
2606 methodName = htmlEscape(method->methodName, methodBuf, HTML_BUFSIZE); in printMissingMethod()
2610 printf("%s.%s ", className, methodName); in printMissingMethod()
2702 char* methodName; in createDiff() local
2708 methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff()
2710 printf("%s.%s ", className, methodName); in createDiff()
2751 methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff()
2753 printf("%s.%s ", className, methodName); in createDiff()