Searched refs:printInclusiveMethod (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/tools/dmtracedump/ |
H A D | tracedump.cc | 1249 void printInclusiveMethod(MethodEntry* method, TimedMethod* list, int32_t numCalls, int32_t flags) { in printInclusiveMethod() function 1538 printInclusiveMethod(method, method->parents[0], numCalls, 0); in printInclusiveProfile() 1541 printInclusiveMethod(method, method->parents[1], numCalls, kIsRecursive); in printInclusiveProfile() 1560 printInclusiveMethod(method, method->children[0], 0, 0); in printInclusiveProfile() 1563 printInclusiveMethod(method, method->children[1], 0, kIsRecursive); in printInclusiveProfile()
|