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

/dalvik/tools/dmtracedump/
H A DTraceDump.c173 struct TimedMethod *children[2]; /* 0=normal, 1=recursive */ member in struct:MethodEntry
317 method->children[0] = NULL;
318 method->children[1] = NULL;
1315 TimedMethod *children = parent->children[parentIsRecursive]; local
1316 for (pTimed = children; pTimed; pTimed = pTimed->next) {
1331 pTimed->next = children;
1332 parent->children[parentIsRecursive] = pTimed;
1399 /* This prints the inclusive stats for all the parents or children of a
1570 printf("children, sorte
[all...]

Completed in 7 milliseconds