Searched refs:graphState (Results 1 – 1 of 1) sorted by relevance
179 int32_t graphState; /* used when graphing to see if this method has been visited before */ member1432 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()