Lines Matching refs:method1
210 MethodEntry* method1; member
2360 ptr->method1 = methods1[i]; in createDiff()
2363 uint64_t e1 = ptr->method1->elapsedExclusive; in createDiff()
2371 uint64_t i1 = ptr->method1->elapsedInclusive; in createDiff()
2388 ptr->method1 = nullptr; in createDiff()
2409 while (ptr->method1 != nullptr && ptr->method2 != nullptr) { in createDiff()
2412 char* className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE); in createDiff()
2413 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff()
2418 printf("%" PRIu64 " ", ptr->method1->elapsedExclusive); in createDiff()
2430 printf("%d\n", ptr->method1->numCalls[0]); in createDiff()
2452 while (ptr->method1 != nullptr && ptr->method2 != nullptr) { in createDiff()
2455 char* className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE); in createDiff()
2456 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff()
2461 printf("%" PRIu64 " ", ptr->method1->elapsedInclusive); in createDiff()
2473 printf("%d\n", ptr->method1->numCalls[0]); in createDiff()