Home | History | Annotate | Download | only in dexdump

Lines Matching refs:arrayDepth

130     int arrayDepth = 0;
138 arrayDepth = offset;
155 newStr = (char*)malloc(targetLen + arrayDepth * 2 +1);
165 while (arrayDepth-- > 0) {
170 assert(i == targetLen + arrayDepth * 2);