Searched refs:GetDepth (Results 1 - 17 of 17) sorted by relevance

/art/runtime/gc/
H A Dallocation_record.h96 size_t GetDepth() const { function in class:art::gc::AllocRecordStackTrace
101 DCHECK_LT(index, GetDepth());
132 size_t depth = r.GetDepth();
162 size_t GetDepth() const { function in class:art::gc::AllocRecord
163 return trace_.GetDepth();
H A Dallocation_record.cc116 for (size_t i = 0, depth = record.GetDepth(); i < depth; ++i) {
200 if (trace_->GetDepth() >= max_depth_) {
/art/runtime/
H A Dstack_map.cc238 << static_cast<uint32_t>(GetDepth(inline_info_encoding))
241 for (size_t i = 0; i < GetDepth(inline_info_encoding); ++i) {
H A Dsubtype_check.h388 size_t parent_depth = InitializeOrAssign(parent_klass, /*assign*/true).GetDepth();
H A Dsubtype_check_info.h142 size_t GetDepth() const { function in struct:art::SubtypeCheckInfo
H A Dreference_table.cc227 size_t depth = trace->GetDepth();
H A Dstack.cc841 for (current_inlining_depth_ = inline_info.GetDepth(encoding.inline_info.encoding);
H A Dthread.cc2480 uint32_t GetDepth() const { function in class:FetchStackTraceVisitor
2607 const uint32_t depth = count_visitor.GetDepth();
2648 return count_visitor.GetDepth() == static_cast<uint32_t>(exception->GetStackDepth());
H A Ddebugger.cc5015 for (size_t stack_frame = 0, depth = record->GetDepth(); stack_frame < depth; ++stack_frame) {
5225 for (size_t i = 0, depth = record->GetDepth(); i < depth; i++) {
5233 alloc_byte_count += record->GetDepth() * (2u + 2u + 2u + 2u);
5291 size_t stack_depth = record->GetDepth();
H A Dstack_map.h980 ALWAYS_INLINE uint32_t GetDepth(const InlineInfoEncoding& encoding) const { function in class:art::DexRegisterLocation::InlineInfo
/art/runtime/base/
H A Dmutex_test.cc28 ASSERT_EQ(expected_depth, mu.GetDepth());
H A Dmutex.h287 unsigned int GetDepth() const { function in class:art::Mutex
/art/runtime/entrypoints/
H A Dentrypoint_utils.cc215 inline_info.GetDepth(encoding.inline_info.encoding) - 1);
/art/compiler/optimizing/
H A Dstack_map_test.cc245 ASSERT_EQ(2u, inline_info.GetDepth(encoding.inline_info.encoding));
848 ASSERT_EQ(2u, if0.GetDepth(encoding.inline_info.encoding));
872 ASSERT_EQ(3u, if1.GetDepth(encoding.inline_info.encoding));
910 ASSERT_EQ(3u, if2.GetDepth(encoding.inline_info.encoding));
H A Dstack_map_stream.cc661 DCHECK_EQ(inline_info.GetDepth(encoding.inline_info.encoding), entry.inlining_depth);
/art/runtime/hprof/
H A Dhprof.cc696 size_t depth = trace->GetDepth();
859 for (size_t i = 0, depth = trace->GetDepth(); i < depth; ++i) {
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc364 inline_info.GetDepth(encoding.inline_info.encoding)-1);
1253 size_t depth = inline_info.GetDepth(inline_info_encoding);

Completed in 1168 milliseconds