Searched refs:printInclusiveMethod (Results 1 - 1 of 1) sorted by relevance

/dalvik/tools/dmtracedump/
H A DTraceDump.c1396 /* Define flag values for printInclusiveMethod() */
1402 void printInclusiveMethod(MethodEntry *method, TimedMethod *list, int numCalls, function
1751 printInclusiveMethod(method, method->parents[0], numCalls, 0);
1754 printInclusiveMethod(method, method->parents[1], numCalls,
1778 printInclusiveMethod(method, method->children[0], 0, 0);
1781 printInclusiveMethod(method, method->children[1], 0,

Completed in 17 milliseconds