Searched defs:depth2 (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/analysis/
H A DCodeVerify.c2215 int depth1, depth2; local
2218 depth2 = getClassDepth(c2);
2222 c1->descriptor, depth1, c2->descriptor, depth2);
2226 if (depth1 > depth2) {
2227 while (depth1 > depth2) {
2232 while (depth2 > depth1) {
2234 depth2--;

Completed in 38 milliseconds