Searched refs:array_len (Results 1 – 1 of 1) sorted by relevance
78 const int32_t array_len = trace->GetLength(); in GetStackDepth() local79 DCHECK_GT(array_len, 0); in GetStackDepth()81 return array_len - 1; in GetStackDepth()103 const int32_t array_len = method_trace->GetLength(); in Dump() local104 CHECK_EQ(array_len % 2, 0); in Dump()105 const auto depth = array_len / 2; in Dump()