Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.cc138 const int arrayDepth = offset; in descriptorToDot() local
155 std::unique_ptr<char[]> newStr(new char[targetLen + arrayDepth * 2 + 1]); in descriptorToDot()
163 for (int j = 0; j < arrayDepth; j++) { in descriptorToDot()