Lines Matching defs:depth
1671 bool Init(int depth)
1675 trace_ = cl->AllocPointerArray(self_, depth * 2);
1732 // Compute depth of stack
1735 int32_t depth = count_visitor.GetDepth();
1742 if (!build_trace_visitor.Init(depth)) {
1771 // Decode the internal stack trace into the depth, method trace and PC trace
1772 int32_t depth = soa.Decode<mirror::PointerArray*>(internal)->GetLength() / 2;
1784 depth = std::min(depth, traces_length);
1788 cl->AllocStackTraceElementArray(soa.Self(), depth);
1796 *stack_depth = depth;
1799 for (int32_t i = 0; i < depth; ++i) {