Home
last modified time | relevance | path

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

/dalvik/tools/dmtracedump/
DTraceDump.c1615 int checkThreshold(MethodEntry* parent, MethodEntry* child) in checkThreshold() function
1637 … if ((childMethod->graphState & GRAPH_LABEL_VISITED) == 0 && checkThreshold(method, childMethod)) { in createLabels()
1650 if (checkThreshold(method, child->method)) { in createLinks()