Searched refs:GetDepth (Results 1 – 10 of 10) sorted by relevance
96 size_t GetDepth() const { in GetDepth() function101 DCHECK_LT(index, GetDepth()); in GetStackElement()132 size_t depth = r.GetDepth(); in operator()162 size_t GetDepth() const { in GetDepth() function163 return trace_.GetDepth(); in GetDepth()
67 for (size_t i = 0, depth = record.GetDepth(); i < depth; ++i) { in VisitRoots()197 if (trace.GetDepth() >= max_stack_depth_) { in RecordAllocation()
28 ASSERT_EQ(expected_depth, mu.GetDepth()); in AssertDepth()
218 unsigned int GetDepth() const { in GetDepth() function
987 for (size_t i = 0, depth = record->GetDepth(); i < depth; i++) { in GetRecentAllocations()995 alloc_byte_count += record->GetDepth() * (2u + 2u + 2u + 2u); in GetRecentAllocations()1053 size_t stack_depth = record->GetDepth(); in GetRecentAllocations()
142 size_t GetDepth() const { in GetDepth() function
401 size_t parent_depth = InitializeOrAssign(parent_klass, /*assign=*/true).GetDepth(); in InitializeOrAssign()
227 size_t depth = trace->GetDepth(); in Dump()
2759 uint32_t GetDepth() const { in GetDepth() function in art::FetchStackTraceVisitor2886 const uint32_t depth = count_visitor.GetDepth(); in CreateInternalStackTrace()2922 return count_visitor.GetDepth() == static_cast<uint32_t>(exception->GetStackDepth()); in IsExceptionThrownByCurrentMethod()
696 size_t depth = trace->GetDepth(); in WriteStackTraces()859 for (size_t i = 0, depth = trace->GetDepth(); i < depth; ++i) { in PopulateAllocationTrackingTraces()