Home
last modified time | relevance | path

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

/dalvik/tools/dexdeps/src/com/android/dexdeps/
DOutput.java275 int arrayDepth = 0; in descriptorToDot() local
282 arrayDepth = offset; in descriptorToDot()
298 char[] buf = new char[targetLen + arrayDepth * 2]; in descriptorToDot()
308 while (arrayDepth-- > 0) { in descriptorToDot()
/dalvik/dexdump/
DDexDump.cpp137 int arrayDepth = 0; in descriptorToDot() local
145 arrayDepth = offset; in descriptorToDot()
162 newStr = (char*)malloc(targetLen + arrayDepth * 2 +1); in descriptorToDot()
172 while (arrayDepth-- > 0) { in descriptorToDot()
177 assert(i == targetLen + arrayDepth * 2); in descriptorToDot()