Home | History | Annotate | Download | only in dmtracedump

Lines Matching refs:methodB

334     const MethodEntry *methodB = *(const MethodEntry**)b;
336 elapsed2 = methodB->elapsedExclusive;
345 result = strcmp(methodA->className, methodB->className);
347 if (methodA->methodName == NULL || methodB->methodName == NULL) {
349 unsigned int idB = methodB->methodId;
356 result = strcmp(methodA->methodName, methodB->methodName);
358 result = strcmp(methodA->signature, methodB->signature);
368 const MethodEntry *methodA, *methodB;
373 methodB = *(MethodEntry const **)b;
375 elapsed2 = methodB->elapsedInclusive;
384 result = strcmp(methodA->className, methodB->className);
386 if (methodA->methodName == NULL || methodB->methodName == NULL) {
388 unsigned int idB = methodB->methodId;
395 result = strcmp(methodA->methodName, methodB->methodName);
397 result = strcmp(methodA->signature, methodB->signature);
424 MethodEntry *methodB = timedB->method;
425 result = strcmp(methodA->className, methodB->className);
427 if (methodA->methodName == NULL || methodB->methodName == NULL) {
429 unsigned int idB = methodB->methodId;
436 result = strcmp(methodA->methodName, methodB->methodName);
438 result = strcmp(methodA->signature, methodB->signature);
451 const MethodEntry *methodB = *(const MethodEntry**)b;
452 result = strcmp(methodA->className, methodB->className);
455 unsigned int idB = methodB->methodId;
510 const MethodEntry *methodB = *(const MethodEntry**)b;
511 if (methodA->methodName == NULL || methodB->methodName == NULL) {
514 result = strcmp(methodA->methodName, methodB->methodName);
516 result = strcmp(methodA->className, methodB->className);
519 unsigned int idB = methodB->methodId;
2531 const MethodEntry *methodB = *(const MethodEntry**)b;
2532 if (methodA->methodName == NULL || methodB->methodName == NULL) {
2535 result = strcmp(methodA->methodName, methodB->methodName);
2537 result = strcmp(methodA->signature, methodB->signature);
2539 return strcmp(methodA->className, methodB->className);