Searched refs:GetPathToRoot (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | subtype_check_info_test.cc | 128 static BitString GetPathToRoot(const SubtypeCheckInfo& io) { in GetPathToRoot() function 129 return io.GetPathToRoot(); in GetPathToRoot() 314 EXPECT_EQ(0u, GetPathToRoot(sci).Length()); // Root's path length is 0. in TEST_F() 326 EXPECT_EQ(MakeBitString({1u}), GetPathToRoot(childC)); in TEST_F() 330 EXPECT_EQ(MakeBitString({}), GetPathToRoot(cleared_copy)); in TEST_F() 336 EXPECT_EQ(MakeBitString({}), GetPathToRoot(cleared_copy_value)); in TEST_F() 346 EXPECT_EQ(MakeBitString({1u}), GetPathToRoot(childC)); in TEST_F() 356 EXPECT_EQ(MakeBitString({}), GetPathToRoot(childA)); in TEST_F() 361 EXPECT_EQ(MakeBitString({}), GetPathToRoot(childB)); in TEST_F() 366 EXPECT_EQ(MakeBitString({1u}), GetPathToRoot(childC)); in TEST_F() [all …]
|
D | subtype_check_info.h | 182 DCHECK_EQ(GetPathToRoot().Truncate(target.GetSafeDepth()), target.GetPathToRoot()) in IsSubtypeOf() 185 DCHECK_NE(GetPathToRoot().Truncate(target.GetSafeDepth()), target.GetPathToRoot()) in IsSubtypeOf() 281 BitString path_to_root = GetPathToRoot(); in GetState() 297 BitString::StorageType data = static_cast<BitString::StorageType>(GetPathToRoot()); in GetEncodedPathToRoot() 356 DCHECK_EQ(path_to_root, GetPathToRoot()); in SubtypeCheckInfo() 396 BitString GetPathToRoot() const { in GetPathToRoot() function 460 BitString path_to_root = GetPathToRoot(); in DcheckInvariants()
|