Home | History | Annotate | Download | only in dmtracedump

Lines Matching full:method1

210   MethodEntry* method1;
2356 ptr->method1 = methods1[i];
2359 uint64_t e1 = ptr->method1->elapsedExclusive;
2367 uint64_t i1 = ptr->method1->elapsedInclusive;
2384 ptr->method1 = nullptr;
2405 while (ptr->method1 != nullptr && ptr->method2 != nullptr) {
2408 char* className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE);
2409 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE);
2414 printf("%" PRIu64 " ", ptr->method1->elapsedExclusive);
2426 printf("%d\n", ptr->method1->numCalls[0]);
2448 while (ptr->method1 != nullptr && ptr->method2 != nullptr) {
2451 char* className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE);
2452 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE);
2457 printf("%" PRIu64 " ", ptr->method1->elapsedInclusive);
2469 printf("%d\n", ptr->method1->numCalls[0]);