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

/art/tools/dmtracedump/
H A Dtracedump.cc174 struct TimedMethod* parents[2]; /* 0=normal, 1=recursive */ member in struct:MethodEntry
309 method->parents[0] = nullptr;
310 method->parents[1] = nullptr;
1184 TimedMethod* parents = child->parents[childIsRecursive]; local
1185 for (pTimed = parents; pTimed; pTimed = pTimed->next) {
1200 pTimed->next = parents;
1201 child->parents[childIsRecursive] = pTimed;
1242 /* This prints the inclusive stats for all the parents or children of a
1503 printf("\nInclusive elapsed times for each method and its parents an
[all...]

Completed in 20 milliseconds