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

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DOutput.java275 int arrayDepth = 0;
282 arrayDepth = offset;
298 char[] buf = new char[targetLen + arrayDepth * 2];
308 while (arrayDepth-- > 0) {
/dalvik/dexdump/
H A DDexDump.cpp130 int arrayDepth = 0; local
138 arrayDepth = offset;
155 newStr = (char*)malloc(targetLen + arrayDepth * 2 +1);
165 while (arrayDepth-- > 0) {
170 assert(i == targetLen + arrayDepth * 2);

Completed in 174 milliseconds