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

  /art/runtime/
subtype_check_info.h 176 BitString::StorageType source_value = GetEncodedPathToRoot();
177 BitString::StorageType target_value = target.GetEncodedPathToRoot();
296 BitString::StorageType GetEncodedPathToRoot() const {
subtype_check_info_test.cc 267 EXPECT_EQ(MaxInt<StorageType>(LenForPos()), sci.GetEncodedPathToRoot());
287 sci2.GetEncodedPathToRoot());
297 sci3.GetEncodedPathToRoot());
306 EXPECT_EQ(MAKE_ENCODED_PATH(0b1010101u, 0b0000, 0b0), sci4.GetEncodedPathToRoot());
subtype_check.h 310 return GetSubtypeCheckInfo(klass).GetEncodedPathToRoot();
324 return sci.GetEncodedPathToRoot();

Completed in 1127 milliseconds