Searched refs:printInclusiveMethod (Results 1 – 1 of 1) sorted by relevance
/dalvik/tools/dmtracedump/ |
D | TraceDump.c | 1402 void printInclusiveMethod(MethodEntry *method, TimedMethod *list, int numCalls, in printInclusiveMethod() function 1751 printInclusiveMethod(method, method->parents[0], numCalls, 0); in printInclusiveProfile() 1754 printInclusiveMethod(method, method->parents[1], numCalls, in printInclusiveProfile() 1778 printInclusiveMethod(method, method->children[0], 0, 0); in printInclusiveProfile() 1781 printInclusiveMethod(method, method->children[1], 0, in printInclusiveProfile()
|