Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_test.cc67 size_t Depth() const { in Depth() function
71 return parent_->Depth() + 1u; in Depth()
136 if (Depth() == depth) { in FindChildAt()
208 os << "MClass{D:" << kls.Depth() << ",W:" << kls.x_ in operator <<()
430 ASSERT_EQ(1u, child->Depth()); in TEST_F()
437 ASSERT_EQ(2u, child2->Depth()); in TEST_F()
480 ASSERT_EQ(1u, child->Depth()); in TEST_F()
484 ASSERT_EQ(2u, child2->Depth()); in TEST_F()
622 ASSERT_EQ(cur_depth, klass->Depth()); in EnsureStateChangedTestRecursiveGeneric()
662 ASSERT_EQ(cur_depth, klass->Depth()); in EnsureStateChangedTestRecursive()
[all …]
Dsubtype_check.h565 return GetSubtypeCheckInfo(klass, klass->Depth()); in GetSubtypeCheckInfo()
571 DCHECK_EQ(depth, klass->Depth()); in GetSubtypeCheckInfo()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc133 << " " << std::hex << dest_type->PrettyDescriptor() << ";" << dest_type->Depth() in artThrowClassCastException()
135 << " <: " << src_type->PrettyDescriptor() << ";" << src_type->Depth() in artThrowClassCastException()
/art/compiler/debug/
Delf_debug_info_writer.h178 int start_depth = info_.Depth(); in Write()
269 CHECK_EQ(info_.Depth(), start_depth); // Balanced start/end. in Write()
277 CHECK_EQ(info_.Depth(), 0); in Write()
441 CHECK_EQ(info_.Depth(), 0); in Write()
/art/libelffile/dwarf/
Ddebug_info_entry_writer.h194 int Depth() const { return depth_; } in Depth() function
/art/runtime/verifier/
Dreg_type.cc653 size_t s_depth = s->Depth(); in ClassJoin()
654 size_t t_depth = t->Depth(); in ClassJoin()
/art/runtime/mirror/
Dclass.h480 uint32_t Depth() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass.cc1406 uint32_t Class::Depth() { in Depth() function in art::mirror::Class