Home
last modified time | relevance | path

Searched refs:Depth (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dsubtype_check_test.cc67 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 …]
Dsubtype_check.h550 return GetSubtypeCheckInfo(klass, klass->Depth()); in GetSubtypeCheckInfo()
556 DCHECK_EQ(depth, klass->Depth()); in GetSubtypeCheckInfo()
/art/compiler/debug/
Delf_debug_info_writer.h194 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/
Ddebug_info_entry_writer.h194 int Depth() const { return depth_; } in Depth() function
/art/runtime/verifier/
Dreg_type.cc799 size_t s_depth = s->Depth(); in ClassJoin()
800 size_t t_depth = t->Depth(); in ClassJoin()
/art/runtime/mirror/
Dclass.h428 uint32_t Depth() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass.cc1250 uint32_t Class::Depth() { in Depth() function in art::mirror::Class