Searched refs:Depth (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | subtype_check_test.cc | 67 size_t Depth() const { in Depth() function 71 return parent_->Depth() + 1u; in Depth() 134 if (Depth() == depth) { in FindChildAt() 206 os << "MClass{D:" << kls.Depth() << ",W:" << kls.x_ in operator <<() 428 ASSERT_EQ(1u, child->Depth()); in TEST_F() 435 ASSERT_EQ(2u, child2->Depth()); in TEST_F() 478 ASSERT_EQ(1u, child->Depth()); in TEST_F() 482 ASSERT_EQ(2u, child2->Depth()); in TEST_F() 620 ASSERT_EQ(cur_depth, klass->Depth()); in EnsureStateChangedTestRecursiveGeneric() 660 ASSERT_EQ(cur_depth, klass->Depth()); in EnsureStateChangedTestRecursive() [all …]
|
D | subtype_check.h | 550 return GetSubtypeCheckInfo(klass, klass->Depth()); in GetSubtypeCheckInfo() 556 DCHECK_EQ(depth, klass->Depth()); in GetSubtypeCheckInfo()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 194 int start_depth = info_.Depth(); in Write() 286 CHECK_EQ(info_.Depth(), start_depth); // Balanced start/end. in Write() 294 CHECK_EQ(info_.Depth(), 0); in Write() 459 CHECK_EQ(info_.Depth(), 0); in Write()
|
/art/compiler/debug/dwarf/ |
D | debug_info_entry_writer.h | 194 int Depth() const { return depth_; } in Depth() function
|
/art/runtime/verifier/ |
D | reg_type.cc | 799 size_t s_depth = s->Depth(); in ClassJoin() 800 size_t t_depth = t->Depth(); in ClassJoin()
|
/art/runtime/mirror/ |
D | class.h | 428 uint32_t Depth() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | class.cc | 1250 uint32_t Class::Depth() { in Depth() function in art::mirror::Class
|