Home | History | Annotate | Download | only in traceview

Lines Matching defs:md

465         for (MethodData md : methods) {
466 if (md.getElapsedInclusive() == 0)
474 for (MethodData md : methods) {
475 if (md.getElapsedInclusive() == 0)
477 md.setRank(ii);
478 mSortedMethods[ii++] = md;
482 for (MethodData md : mSortedMethods) {
483 md.analyzeData();
560 for (MethodData md : mSortedMethods) {
562 md.getElapsedExclusive(), md.getElapsedInclusive(),
563 md.getCalls(), md.getProfileName());