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

/art/tools/dmtracedump/
H A Dtracedump.cc179 int32_t graphState; /* used when graphing to see if this method has been visited before */ member in struct:MethodEntry
1428 method->graphState = GRAPH_LABEL_VISITED;
1433 if ((childMethod->graphState & GRAPH_LABEL_VISITED) == 0 &&
1441 method->graphState |= GRAPH_NODE_VISITED;
1448 if ((childMethod->graphState & GRAPH_NODE_VISITED) == 0) {

Completed in 238 milliseconds