Lines Matching refs:methodName
166 const char* methodName; member
297 const char* methodName, const char* signature, const char* fileName, in initMethodEntry() argument
301 method->methodName = methodName; in initMethodEntry()
336 if (methodA->methodName == nullptr || methodB->methodName == nullptr) { in compareElapsedExclusive()
343 result = strcmp(methodA->methodName, methodB->methodName); in compareElapsedExclusive()
366 if (methodA->methodName == nullptr || methodB->methodName == nullptr) { in compareElapsedInclusive()
373 result = strcmp(methodA->methodName, methodB->methodName); in compareElapsedInclusive()
398 if (methodA->methodName == nullptr || methodB->methodName == nullptr) { in compareTimedMethod()
405 result = strcmp(methodA->methodName, methodB->methodName); in compareTimedMethod()
466 if (methodA->methodName == nullptr || methodB->methodName == nullptr) { in compareMethodNames()
469 int32_t result = strcmp(methodA->methodName, methodB->methodName); in compareMethodNames()
896 pKeys->methods[i].methodName, pKeys->methods[i].signature); in parseKeys()
1106 if (method->methodName) { in dumpTrace()
1110 method->methodName, method->signature); in dumpTrace()
1262 const char* methodName = relative->methodName; in printInclusiveMethod() local
1272 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveMethod()
1277 if (relative->methodName) { in printInclusiveMethod()
1282 pTimed->elapsedInclusive, className, methodName, signature); in printInclusiveMethod()
1286 pTimed->elapsedInclusive, className, methodName, signature); in printInclusiveMethod()
1314 if (method->methodName) { in stackDump()
1316 method->className, method->methodName, method->signature); in stackDump()
1387 const char* methodName = method->methodName; in printExclusiveProfile() local
1395 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printExclusiveProfile()
1398 if (method->methodName) { in printExclusiveProfile()
1401 anchor_close, className, methodName, signature); in printExclusiveProfile()
1424 method->index, method->index, method->className, method->methodName, in createLabels()
1521 const char* methodName = method->methodName; in printInclusiveProfile() local
1527 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveProfile()
1542 if (method->methodName) { in printInclusiveProfile()
1545 method->elapsedInclusive, className, methodName, signature); in printInclusiveProfile()
1578 if (pMethods[ii]->methodName == nullptr) { in createClassList()
1605 if (pMethods[ii]->methodName == nullptr) { in createClassList()
1622 if (pMethods[ii]->methodName == nullptr) { in createClassList()
1773 const char* methodName = method->methodName; in printClassProfiles() local
1781 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printClassProfiles()
1803 method->index, methodName, signature); in printClassProfiles()
1809 methodName, signature); in printClassProfiles()
1828 if (pMethods[ii]->methodName == nullptr) continue; in createUniqueMethodList()
1829 if (strcmp(pMethods[ii]->methodName, currentMethodName) != 0) { in createUniqueMethodList()
1831 currentMethodName = pMethods[ii]->methodName; in createUniqueMethodList()
1845 if (pMethods[ii]->methodName == nullptr) continue; in createUniqueMethodList()
1846 if (currentMethodName == nullptr) currentMethodName = pMethods[ii]->methodName; in createUniqueMethodList()
1847 if (strcmp(pMethods[ii]->methodName, currentMethodName) != 0) { in createUniqueMethodList()
1848 currentMethodName = pMethods[ii]->methodName; in createUniqueMethodList()
1862 if (pMethods[ii]->methodName == nullptr) continue; in createUniqueMethodList()
1863 if (strcmp(pMethods[ii]->methodName, currentMethodName) != 0) { in createUniqueMethodList()
1864 currentMethodName = pMethods[ii]->methodName; in createUniqueMethodList()
1943 const char* methodName = pUnique->methods[0]->methodName; in printMethodProfiles() local
1947 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printMethodProfiles()
1969 printf("%s", methodName); in printMethodProfiles()
1976 pUnique->numCalls[1], methodName); in printMethodProfiles()
2013 method->index, className, methodName, signature); in printMethodProfiles()
2019 className, methodName, signature); in printMethodProfiles()
2082 if (method->methodName) { in parseDataKeys()
2086 pStack->top, method->className, method->methodName, in parseDataKeys()
2134 if (method->methodName) { in parseDataKeys()
2136 method->className, method->methodName, method->signature); in parseDataKeys()
2250 if (methodA->methodName == nullptr || methodB->methodName == nullptr) { in compareMethodNamesForDiff()
2253 int32_t result = strcmp(methodA->methodName, methodB->methodName); in compareMethodNamesForDiff()
2310 char* methodName = htmlEscape(method->methodName, methodBuf, HTML_BUFSIZE); in printMissingMethod() local
2314 printf("%s.%s ", className, methodName); in printMissingMethod()
2409 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff() local
2411 printf("%s.%s ", className, methodName); in createDiff()
2452 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff() local
2454 printf("%s.%s ", className, methodName); in createDiff()