Home
last modified time | relevance | path

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

/dalvik/tools/dmtracedump/
DTraceDump.c177 … int graphState; /* used when graphing to see if this method has been visited before */ member
1631 method->graphState = GRAPH_LABEL_VISITED; in createLabels()
1637 … if ((childMethod->graphState & GRAPH_LABEL_VISITED) == 0 && checkThreshold(method, childMethod)) { in createLabels()
1645 method->graphState |= GRAPH_NODE_VISITED; in createLinks()
1653 if ((childMethod->graphState & GRAPH_NODE_VISITED) == 0) { in createLinks()