Home
last modified time | relevance | path

Searched refs:GetEncodedPathToRootMask (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dsubtype_check_info_test.cc289 sci2.GetEncodedPathToRootMask()); in TEST_F()
299 sci3.GetEncodedPathToRootMask()); in TEST_F()
308 sci4.GetEncodedPathToRootMask()); in TEST_F()
Dsubtype_check_info.h178 BitString::StorageType target_mask = target.GetEncodedPathToRootMask(); in IsSubtypeOf()
304 BitString::StorageType GetEncodedPathToRootMask() const { in GetEncodedPathToRootMask() function
Dsubtype_check.h321 static BitString::StorageType GetEncodedPathToRootMask(ClassPtr klass) in GetEncodedPathToRootMask() function
325 return GetSubtypeCheckInfo(klass).GetEncodedPathToRootMask(); in GetEncodedPathToRootMask()
Dsubtype_check_test.cc256 BitString::StorageType GetEncodedPathToRootMask() const in GetEncodedPathToRootMask() function
259 return SC::GetEncodedPathToRootMask(klass_); in GetEncodedPathToRootMask()