Searched refs:GetDepth (Results 1 – 14 of 14) sorted by relevance
/art/runtime/gc/ |
D | allocation_record.h | 95 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()
|
D | allocation_record.cc | 112 for (size_t i = 0, depth = record.GetDepth(); i < depth; ++i) { in VisitRoots() 197 if (trace_->GetDepth() >= max_depth_) { in VisitFrame()
|
/art/runtime/ |
D | stack_map.cc | 226 << static_cast<uint32_t>(GetDepth(inline_info_encoding)) in Dump() 229 for (size_t i = 0; i < GetDepth(inline_info_encoding); ++i) { in Dump()
|
D | thread.cc | 1998 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()
|
D | stack.cc | 806 for (current_inlining_depth_ = inline_info.GetDepth(encoding.inline_info_encoding); in WalkStack()
|
D | stack_map.h | 943 ALWAYS_INLINE uint32_t GetDepth(const InlineInfoEncoding& encoding) const { in GetDepth() function
|
D | debugger.cc | 4826 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/ |
D | mutex_test.cc | 28 ASSERT_EQ(expected_depth, mu.GetDepth()); in AssertDepth()
|
D | mutex.h | 260 unsigned int GetDepth() const { in GetDepth() function
|
/art/compiler/optimizing/ |
D | stack_map_test.cc | 240 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()
|
D | stack_map_stream.cc | 537 DCHECK_EQ(inline_info.GetDepth(encoding.inline_info_encoding), entry.inlining_depth); in CheckCodeInfo()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 287 inline_info.GetDepth(encoding.inline_info_encoding) - 1); in GetCalleeSaveMethodCaller()
|
/art/runtime/hprof/ |
D | hprof.cc | 674 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/ |
D | quick_trampoline_entrypoints.cc | 336 inline_info.GetDepth(encoding.inline_info_encoding)-1); in GetCallingDexPc()
|