Searched refs:GetPathToRoot (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/runtime/ |
H A D | subtype_check_info_test.cc | 129 return io.GetPathToRoot(); in GetPathToRoot() 326 EXPECT_EQ(MakeBitString({1u}), GetPathToRoot(childC)); 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() 381 EXPECT_EQ(GetPathToRoot(latest_child), GetPathToRoot(child_of_deep)); in TEST_F() 386 EXPECT_EQ(GetPathToRoot(child_of_deep), GetPathToRoot(child_of_deep_2)); in TEST_F() 409 EXPECT_EQ(MakeBitString({}), GetPathToRoot(child)); in TEST_F() 415 EXPECT_EQ(MakeBitString({}), GetPathToRoot(child_of)); in TEST_F() [all …]
|
H A 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()
|