Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_test.cc117 ASSERT_EQ(2u, inline_info.GetDepth()); in TEST()
/art/runtime/base/
Dmutex_test.cc28 ASSERT_EQ(expected_depth, mu.GetDepth()); in AssertDepth()
Dmutex.h243 unsigned int GetDepth() const { in GetDepth() function
/art/runtime/
Dstack_map.h39 uint8_t GetDepth() const { in GetDepth() function
Dthread.cc1399 int GetDepth() const { in GetDepth() function in art::CountStackDepthVisitor
1493 int32_t depth = count_visitor.GetDepth(); in CreateInternalStackTrace()
Ddebugger.cc148 size_t GetDepth() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetDepth() function in art::AllocRecord
4692 size_t stack_depth = record->GetDepth(); in GetRecentAllocations()