Searched refs:childMethod (Results 1 – 1 of 1) sorted by relevance
1435 MethodEntry* childMethod = child->method; in createLabels() local1437 if ((childMethod->graphState & GRAPH_LABEL_VISITED) == 0 && in createLabels()1438 checkThreshold(method, childMethod)) { in createLabels()1448 MethodEntry* childMethod = child->method; in createLinks() local1452 if ((childMethod->graphState & GRAPH_NODE_VISITED) == 0) { in createLinks()