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

/art/tools/dmtracedump/
H A Dtracedump.cc1431 MethodEntry* childMethod = child->method; local
1433 if ((childMethod->graphState & GRAPH_LABEL_VISITED) == 0 &&
1434 checkThreshold(method, childMethod)) {
1444 MethodEntry* childMethod = child->method; local
1448 if ((childMethod->graphState & GRAPH_NODE_VISITED) == 0) {

Completed in 132 milliseconds