Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dtracedump.cc116 #define GRAPH_NODE_VISITED 0x0002 macro
1445 method->graphState |= GRAPH_NODE_VISITED; in createLinks()
1452 if ((childMethod->graphState & GRAPH_NODE_VISITED) == 0) { in createLinks()