Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dtracedump.cc179 int32_t graphState; /* used when graphing to see if this method has been visited before */ member
1432 method->graphState = GRAPH_LABEL_VISITED; in createLabels()
1437 if ((childMethod->graphState & GRAPH_LABEL_VISITED) == 0 && in createLabels()
1445 method->graphState |= GRAPH_NODE_VISITED; in createLinks()
1452 if ((childMethod->graphState & GRAPH_NODE_VISITED) == 0) { in createLinks()