Home
last modified time | relevance | path

Searched refs:arrayDepth (Results 1 – 1 of 1) 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()