Home | History | Annotate | Download | only in dmtracedump

Lines Matching refs:method1

226     MethodEntry* method1;
3368 ptr->method1 = methods1[i];
3371 uint64_t e1 = ptr->method1->elapsedExclusive;
3378 uint64_t i1 = ptr->method1->elapsedInclusive;
3394 ptr->method1 = NULL;
3418 while (ptr->method1 != NULL && ptr->method2 != NULL) {
3421 className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE);
3422 methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE);
3427 printf("%lld ", ptr->method1->elapsedExclusive);
3439 printf("%d\n", ptr->method1->numCalls[0]);
3461 while (ptr->method1 != NULL && ptr->method2 != NULL) {
3464 className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE);
3465 methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE);
3470 printf("%lld ", ptr->method1->elapsedInclusive);
3482 printf("%d\n", ptr->method1->numCalls[0]);