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()
900 pKeys->methods[i].methodName, pKeys->methods[i].signature); in parseKeys()
1110 if (method->methodName) { in dumpTrace()
1114 method->methodName, method->signature); in dumpTrace()
1266 const char* methodName = relative->methodName; in printInclusiveMethod() local
1276 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveMethod()
1281 if (relative->methodName) { in printInclusiveMethod()
1286 pTimed->elapsedInclusive, className, methodName, signature); in printInclusiveMethod()
1290 pTimed->elapsedInclusive, className, methodName, signature); in printInclusiveMethod()
1318 if (method->methodName) { in stackDump()
1320 method->className, method->methodName, method->signature); in stackDump()
1391 const char* methodName = method->methodName; in printExclusiveProfile() local
1399 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printExclusiveProfile()
1402 if (method->methodName) { in printExclusiveProfile()
1405 anchor_close, className, methodName, signature); in printExclusiveProfile()
1428 method->index, method->index, method->className, method->methodName, in createLabels()
1525 const char* methodName = method->methodName; in printInclusiveProfile() local
1531 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveProfile()
1546 if (method->methodName) { in printInclusiveProfile()
1549 method->elapsedInclusive, className, methodName, signature); in printInclusiveProfile()
1582 if (pMethods[ii]->methodName == nullptr) { in createClassList()
1609 if (pMethods[ii]->methodName == nullptr) { in createClassList()
1626 if (pMethods[ii]->methodName == nullptr) { in createClassList()
1777 const char* methodName = method->methodName; in printClassProfiles() local
1785 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printClassProfiles()
1807 method->index, methodName, signature); in printClassProfiles()
1813 methodName, signature); in printClassProfiles()
1832 if (pMethods[ii]->methodName == nullptr) continue; in createUniqueMethodList()
1833 if (strcmp(pMethods[ii]->methodName, currentMethodName) != 0) { in createUniqueMethodList()
1835 currentMethodName = pMethods[ii]->methodName; in createUniqueMethodList()
1849 if (pMethods[ii]->methodName == nullptr) continue; in createUniqueMethodList()
1850 if (currentMethodName == nullptr) currentMethodName = pMethods[ii]->methodName; in createUniqueMethodList()
1851 if (strcmp(pMethods[ii]->methodName, currentMethodName) != 0) { in createUniqueMethodList()
1852 currentMethodName = pMethods[ii]->methodName; in createUniqueMethodList()
1866 if (pMethods[ii]->methodName == nullptr) continue; in createUniqueMethodList()
1867 if (strcmp(pMethods[ii]->methodName, currentMethodName) != 0) { in createUniqueMethodList()
1868 currentMethodName = pMethods[ii]->methodName; in createUniqueMethodList()
1947 const char* methodName = pUnique->methods[0]->methodName; in printMethodProfiles() local
1951 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printMethodProfiles()
1973 printf("%s", methodName); in printMethodProfiles()
1980 pUnique->numCalls[1], methodName); in printMethodProfiles()
2017 method->index, className, methodName, signature); in printMethodProfiles()
2023 className, methodName, signature); in printMethodProfiles()
2086 if (method->methodName) { in parseDataKeys()
2090 pStack->top, method->className, method->methodName, in parseDataKeys()
2138 if (method->methodName) { in parseDataKeys()
2140 method->className, method->methodName, method->signature); in parseDataKeys()
2254 if (methodA->methodName == nullptr || methodB->methodName == nullptr) { in compareMethodNamesForDiff()
2257 int32_t result = strcmp(methodA->methodName, methodB->methodName); in compareMethodNamesForDiff()
2314 char* methodName = htmlEscape(method->methodName, methodBuf, HTML_BUFSIZE); in printMissingMethod() local
2318 printf("%s.%s ", className, methodName); in printMissingMethod()
2413 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff() local
2415 printf("%s.%s ", className, methodName); in createDiff()
2456 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff() local
2458 printf("%s.%s ", className, methodName); in createDiff()