Home
last modified time | relevance | path

Searched refs:childMethod (Results 1 – 1 of 1) sorted by relevance

/art/tools/dmtracedump/
Dtracedump.cc1435 MethodEntry* childMethod = child->method; in createLabels() local
1437 if ((childMethod->graphState & GRAPH_LABEL_VISITED) == 0 && in createLabels()
1438 checkThreshold(method, childMethod)) { in createLabels()
1448 MethodEntry* childMethod = child->method; in createLinks() local
1452 if ((childMethod->graphState & GRAPH_NODE_VISITED) == 0) { in createLinks()