Home
last modified time | relevance | path

Searched refs:GetEncodedPathToRoot (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dsubtype_check_info.h176 BitString::StorageType source_value = GetEncodedPathToRoot(); in IsSubtypeOf()
177 BitString::StorageType target_value = target.GetEncodedPathToRoot(); in IsSubtypeOf()
296 BitString::StorageType GetEncodedPathToRoot() const { in GetEncodedPathToRoot() function
Dsubtype_check_info_test.cc267 EXPECT_EQ(MaxInt<StorageType>(LenForPos()), sci.GetEncodedPathToRoot()); in TEST_F()
287 sci2.GetEncodedPathToRoot()); in TEST_F()
297 sci3.GetEncodedPathToRoot()); in TEST_F()
306 EXPECT_EQ(MAKE_ENCODED_PATH(0b1010101u, 0b0000, 0b0), sci4.GetEncodedPathToRoot()); in TEST_F()
Dsubtype_check.h310 return GetSubtypeCheckInfo(klass).GetEncodedPathToRoot(); in GetEncodedPathToRootForSource()
324 return sci.GetEncodedPathToRoot(); in GetEncodedPathToRootForTarget()