Home | History | Annotate | Download | only in analysis

Lines Matching refs:depth1

2312     int depth1, depth2;
2314 depth1 = getClassDepth(c1);
2319 c1->descriptor, depth1, c2->descriptor, depth2);
2323 if (depth1 > depth2) {
2324 while (depth1 > depth2) {
2326 depth1--;
2329 while (depth2 > depth1) {