Home | History | Annotate | Download | only in dmtracedump

Lines Matching defs:checkThreshold

1615 int checkThreshold(MethodEntry* parent, MethodEntry* child)
1637 if ((childMethod->graphState & GRAPH_LABEL_VISITED) == 0 && checkThreshold(method, childMethod)) {
1650 if (checkThreshold(method, child->method)) {