Home | History | Annotate | Download | only in dmtracedump

Lines Matching defs:graphState

177     int graphState;             /* used when graphing to see if this method has been visited before */
1631 method->graphState = GRAPH_LABEL_VISITED;
1637 if ((childMethod->graphState & GRAPH_LABEL_VISITED) == 0 && checkThreshold(method, childMethod)) {
1645 method->graphState |= GRAPH_NODE_VISITED;
1653 if ((childMethod->graphState & GRAPH_NODE_VISITED) == 0) {