Searched refs:Depth (Results 1 – 8 of 8) 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() 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 …]
|
D | subtype_check.h | 565 return GetSubtypeCheckInfo(klass, klass->Depth()); in GetSubtypeCheckInfo() 571 DCHECK_EQ(depth, klass->Depth()); in GetSubtypeCheckInfo()
|
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 133 << " " << std::hex << dest_type->PrettyDescriptor() << ";" << dest_type->Depth() in artThrowClassCastException() 135 << " <: " << src_type->PrettyDescriptor() << ";" << src_type->Depth() in artThrowClassCastException()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 178 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/ |
D | debug_info_entry_writer.h | 194 int Depth() const { return depth_; } in Depth() function
|
/art/runtime/verifier/ |
D | reg_type.cc | 653 size_t s_depth = s->Depth(); in ClassJoin() 654 size_t t_depth = t->Depth(); in ClassJoin()
|
/art/runtime/mirror/ |
D | class.h | 482 uint32_t Depth() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | class.cc | 1375 uint32_t Class::Depth() { in Depth() function in art::mirror::Class
|