Searched refs:GetEncodedPathToRootMask (Results 1 – 6 of 6) sorted by relevance
289 sci2.GetEncodedPathToRootMask()); in TEST_F()299 sci3.GetEncodedPathToRootMask()); in TEST_F()308 sci4.GetEncodedPathToRootMask()); in TEST_F()
178 BitString::StorageType target_mask = target.GetEncodedPathToRootMask(); in IsSubtypeOf()304 BitString::StorageType GetEncodedPathToRootMask() const { in GetEncodedPathToRootMask() function
333 static BitString::StorageType GetEncodedPathToRootMask(ClassPtr klass) in GetEncodedPathToRootMask() function338 return sci.GetEncodedPathToRootMask(); in GetEncodedPathToRootMask()
258 BitString::StorageType GetEncodedPathToRootMask() const in GetEncodedPathToRootMask() function261 return SC::GetEncodedPathToRootMask(klass_); in GetEncodedPathToRootMask()
635 expected_mask = SubtypeCheck<ObjPtr<mirror::Class>>::GetEncodedPathToRootMask(klass); in HandleTypeCheckInstruction()
2540 uint32_t mask = SubtypeCheck<ObjPtr<mirror::Class>>::GetEncodedPathToRootMask(klass.Get()); in BuildTypeCheck()