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()
202 if (trace.GetDepth() >= max_stack_depth_) { in RecordAllocation()
/art/runtime/base/
Dmutex_test.cc28 ASSERT_EQ(expected_depth, mu.GetDepth()); in AssertDepth()
Dmutex.h204 unsigned int GetDepth() const { in GetDepth() function
/art/runtime/
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()
Ddebugger.cc4873 for (size_t stack_frame = 0, depth = record->GetDepth(); stack_frame < depth; ++stack_frame) { in DumpRecentAllocations()
5083 for (size_t i = 0, depth = record->GetDepth(); i < depth; i++) { in GetRecentAllocations()
5091 alloc_byte_count += record->GetDepth() * (2u + 2u + 2u + 2u); in GetRecentAllocations()
5149 size_t stack_depth = record->GetDepth(); in GetRecentAllocations()
Dthread.cc2683 uint32_t GetDepth() const { in GetDepth() function in art::FetchStackTraceVisitor
2811 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.cc697 size_t depth = trace->GetDepth(); in WriteStackTraces()
860 for (size_t i = 0, depth = trace->GetDepth(); i < depth; ++i) { in PopulateAllocationTrackingTraces()