Lines Matching full:method1
208 MethodEntry* method1;
2654 ptr->method1 = methods1[i];
2657 uint64_t e1 = ptr->method1->elapsedExclusive;
2664 uint64_t i1 = ptr->method1->elapsedInclusive;
2680 ptr->method1 = NULL;
2704 while (ptr->method1 != NULL && ptr->method2 != NULL) {
2707 className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE);
2708 methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE);
2713 printf("%lld ", ptr->method1->elapsedExclusive);
2725 printf("%d\n", ptr->method1->numCalls[0]);
2747 while (ptr->method1 != NULL && ptr->method2 != NULL) {
2750 className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE);
2751 methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE);
2756 printf("%lld ", ptr->method1->elapsedInclusive);
2768 printf("%d\n", ptr->method1->numCalls[0]);