HomeSort by relevance Sort by last modified time
    Searched refs:GetPathToRoot (Results 1 - 2 of 2) sorted by null

  /art/runtime/
subtype_check_info_test.cc 128 static BitString GetPathToRoot(const SubtypeCheckInfo& io) {
129 return io.GetPathToRoot();
314 EXPECT_EQ(0u, GetPathToRoot(sci).Length()); // Root's path length is 0.
326 EXPECT_EQ(MakeBitString({1u}), GetPathToRoot(childC));
330 EXPECT_EQ(MakeBitString({}), GetPathToRoot(cleared_copy));
336 EXPECT_EQ(MakeBitString({}), GetPathToRoot(cleared_copy_value));
346 EXPECT_EQ(MakeBitString({1u}), GetPathToRoot(childC));
356 EXPECT_EQ(MakeBitString({}), GetPathToRoot(childA));
361 EXPECT_EQ(MakeBitString({}), GetPathToRoot(childB));
366 EXPECT_EQ(MakeBitString({1u}), GetPathToRoot(childC))
    [all...]
subtype_check_info.h 182 DCHECK_EQ(GetPathToRoot().Truncate(target.GetSafeDepth()), target.GetPathToRoot())
185 DCHECK_NE(GetPathToRoot().Truncate(target.GetSafeDepth()), target.GetPathToRoot())
281 BitString path_to_root = GetPathToRoot();
297 BitString::StorageType data = static_cast<BitString::StorageType>(GetPathToRoot());
356 DCHECK_EQ(path_to_root, GetPathToRoot());
396 BitString GetPathToRoot() const {
460 BitString path_to_root = GetPathToRoot();

Completed in 716 milliseconds