Searched defs:children (Results 1 - 1 of 1) sorted by relevance

/art/tools/dmtracedump/
H A Dtracedump.cc175 struct TimedMethod* children[2]; /* 0=normal, 1=recursive */ member in struct:MethodEntry
311 method->children[0] = nullptr;
312 method->children[1] = nullptr;
1167 TimedMethod* children = parent->children[parentIsRecursive]; local
1168 for (pTimed = children; pTimed; pTimed = pTimed->next) {
1183 pTimed->next = children;
1184 parent->children[parentIsRecursive] = pTimed;
1246 /* This prints the inclusive stats for all the parents or children of a
1377 printf("children, sorte
[all...]

Completed in 43 milliseconds