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

/dalvik/dexdump/
H A DDexDump.cpp138 int arrayDepth = 0; local
146 arrayDepth = offset;
163 newStr = (char*)malloc(targetLen + arrayDepth * 2 +1);
173 while (arrayDepth-- > 0) {
178 assert(i == targetLen + arrayDepth * 2);

Completed in 47 milliseconds