Home
last modified time | relevance | path

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

/aosp12/art/dexdump/
H A Ddexdump.cc141 const int arrayDepth = offset; in descriptorToDot() local
158 std::unique_ptr<char[]> newStr(new char[targetLen + arrayDepth * 2 + 1]); in descriptorToDot()
166 for (int j = 0; j < arrayDepth; j++) { in descriptorToDot()