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;
1163 TimedMethod* children = parent->children[parentIsRecursive]; local
1164 for (pTimed = children; pTimed; pTimed = pTimed->next) {
1179 pTimed->next = children;
1180 parent->children[parentIsRecursive] = pTimed;
1242 /* This prints the inclusive stats for all the parents or children of a
1373 printf("children, sorte
[all...]

Completed in 39 milliseconds