Home
last modified time | relevance | path

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

/dalvik/tools/dmtracedump/
DTraceDump.c113 #define GRAPH_LABEL_VISITED 0x0001 macro
1631 method->graphState = GRAPH_LABEL_VISITED; in createLabels()
1637 … if ((childMethod->graphState & GRAPH_LABEL_VISITED) == 0 && checkThreshold(method, childMethod)) { in createLabels()