Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.cc81 int32_t array_len = method_trace->GetLength(); in GetStackDepth() local
84 CHECK_EQ(array_len % 2, 0); in GetStackDepth()
85 return array_len / 2; in GetStackDepth()
103 auto array_len = method_trace->GetLength(); in Dump() local
104 CHECK_EQ(array_len % 2, 0); in Dump()
105 const auto depth = array_len / 2; in Dump()