Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h96 size_t GetDepth() const { in GetDepth() function
101 DCHECK_LT(index, GetDepth()); in GetStackElement()
132 size_t depth = r.GetDepth(); in operator()
162 size_t GetDepth() const { in GetDepth() function
163 return trace_.GetDepth(); in GetDepth()
Dallocation_record.cc67 for (size_t i = 0, depth = record.GetDepth(); i < depth; ++i) { in VisitRoots()
197 if (trace.GetDepth() >= max_stack_depth_) { in RecordAllocation()
/art/runtime/base/
Dmutex_test.cc28 ASSERT_EQ(expected_depth, mu.GetDepth()); in AssertDepth()
Dmutex.h218 unsigned int GetDepth() const { in GetDepth() function
/art/runtime/
Ddebugger.cc987 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()
Dsubtype_check_info.h142 size_t GetDepth() const { in GetDepth() function
Dsubtype_check.h401 size_t parent_depth = InitializeOrAssign(parent_klass, /*assign=*/true).GetDepth(); in InitializeOrAssign()
Dreference_table.cc227 size_t depth = trace->GetDepth(); in Dump()
Dthread.cc2689 uint32_t GetDepth() const { in GetDepth() function in art::FetchStackTraceVisitor
2816 const uint32_t depth = count_visitor.GetDepth(); in CreateInternalStackTrace()
2852 return count_visitor.GetDepth() == static_cast<uint32_t>(exception->GetStackDepth()); in IsExceptionThrownByCurrentMethod()
/art/runtime/hprof/
Dhprof.cc696 size_t depth = trace->GetDepth(); in WriteStackTraces()
859 for (size_t i = 0, depth = trace->GetDepth(); i < depth; ++i) { in PopulateAllocationTrackingTraces()