Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h95 size_t GetDepth() const { in GetDepth() function
100 DCHECK_LT(index, GetDepth()); in GetStackElement()
131 size_t depth = r.GetDepth(); in operator()
161 size_t GetDepth() const { in GetDepth() function
162 return trace_.GetDepth(); in GetDepth()
Dallocation_record.cc112 for (size_t i = 0, depth = record.GetDepth(); i < depth; ++i) { in VisitRoots()
197 if (trace_->GetDepth() >= max_depth_) { in VisitFrame()
/art/runtime/
Dstack_map.cc226 << static_cast<uint32_t>(GetDepth(inline_info_encoding)) in Dump()
229 for (size_t i = 0; i < GetDepth(inline_info_encoding); ++i) { in Dump()
Dthread.cc1998 int GetDepth() const { in GetDepth() function in art::CountStackDepthVisitor
2116 int32_t depth = count_visitor.GetDepth(); in CreateInternalStackTrace()
2147 return count_visitor.GetDepth() == exception->GetStackDepth(); in IsExceptionThrownByCurrentMethod()
Dstack.cc806 for (current_inlining_depth_ = inline_info.GetDepth(encoding.inline_info_encoding); in WalkStack()
Dstack_map.h943 ALWAYS_INLINE uint32_t GetDepth(const InlineInfoEncoding& encoding) const { in GetDepth() function
Ddebugger.cc4826 for (size_t stack_frame = 0, depth = record->GetDepth(); stack_frame < depth; ++stack_frame) { in DumpRecentAllocations()
4963 for (size_t i = 0, depth = record->GetDepth(); i < depth; i++) { in GetRecentAllocations()
5012 size_t stack_depth = record->GetDepth(); in GetRecentAllocations()
/art/runtime/base/
Dmutex_test.cc28 ASSERT_EQ(expected_depth, mu.GetDepth()); in AssertDepth()
Dmutex.h260 unsigned int GetDepth() const { in GetDepth() function
/art/compiler/optimizing/
Dstack_map_test.cc240 ASSERT_EQ(2u, inline_info.GetDepth(encoding.inline_info_encoding)); in TEST()
744 ASSERT_EQ(2u, if0.GetDepth(encoding.inline_info_encoding)); in TEST()
770 ASSERT_EQ(3u, if1.GetDepth(encoding.inline_info_encoding)); in TEST()
811 ASSERT_EQ(3u, if2.GetDepth(encoding.inline_info_encoding)); in TEST()
Dstack_map_stream.cc537 DCHECK_EQ(inline_info.GetDepth(encoding.inline_info_encoding), entry.inlining_depth); in CheckCodeInfo()
/art/runtime/entrypoints/
Dentrypoint_utils.cc287 inline_info.GetDepth(encoding.inline_info_encoding) - 1); in GetCalleeSaveMethodCaller()
/art/runtime/hprof/
Dhprof.cc674 size_t depth = trace->GetDepth(); in WriteStackTraces()
844 for (size_t i = 0, depth = trace->GetDepth(); i < depth; ++i) { in PopulateAllocationTrackingTraces()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc336 inline_info.GetDepth(encoding.inline_info_encoding)-1); in GetCallingDexPc()