Lines Matching refs:depth2
2312 int depth1, depth2;2315 depth2 = getClassDepth(c2);2319 c1->descriptor, depth1, c2->descriptor, depth2);2323 if (depth1 > depth2) {2324 while (depth1 > depth2) {2329 while (depth2 > depth1) {2331 depth2--;