Searched refs:childMethod (Results 1 – 1 of 1) sorted by relevance
1431 MethodEntry* childMethod = child->method; in createLabels() local1433 if ((childMethod->graphState & GRAPH_LABEL_VISITED) == 0 && in createLabels()1434 checkThreshold(method, childMethod)) { in createLabels()1444 MethodEntry* childMethod = child->method; in createLinks() local1448 if ((childMethod->graphState & GRAPH_NODE_VISITED) == 0) { in createLinks()