Searched refs:children (Results 1 – 2 of 2) sorted by relevance
/art/tools/ahat/src/ |
D | SiteHandler.java | 47 List<Site> children = site.getChildren(); in handle() local 48 if (children.isEmpty()) { in handle() 51 Collections.sort(children, new Sort.SiteBySize("app")); in handle() 78 HeapTable.render(doc, query, SITES_CALLED_ID, table, mSnapshot, children); in handle()
|
/art/tools/dmtracedump/ |
D | tracedump.cc | 175 struct TimedMethod* children[2]; /* 0=normal, 1=recursive */ member 311 method->children[0] = nullptr; in initMethodEntry() 312 method->children[1] = nullptr; in initMethodEntry() 1163 TimedMethod* children = parent->children[parentIsRecursive]; in addInclusiveTime() local 1164 for (pTimed = children; pTimed; pTimed = pTimed->next) { in addInclusiveTime() 1179 pTimed->next = children; in addInclusiveTime() 1180 parent->children[parentIsRecursive] = pTimed; in addInclusiveTime() 1430 for (TimedMethod* child = method->children[0]; child; child = child->next) { in createLabels() 1443 for (TimedMethod* child = method->children[0]; child; child = child->next) { in createLinks() 1556 printInclusiveMethod(method, method->children[0], 0, 0); in printInclusiveProfile() [all …]
|