Searched defs:depth1 (Results 1 - 1 of 1) sorted by last modified time

/dalvik/vm/analysis/
H A DCodeVerify.cpp2312 int depth1, depth2; local
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) {

Completed in 84 milliseconds