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()
179 BitString::StorageType target_mask = target.GetEncodedPathToRootMask(); in IsSubtypeOf()305 BitString::StorageType GetEncodedPathToRootMask() const { in GetEncodedPathToRootMask() function
334 static BitString::StorageType GetEncodedPathToRootMask(ClassPtr klass) in GetEncodedPathToRootMask() function339 return sci.GetEncodedPathToRootMask(); in GetEncodedPathToRootMask()
258 BitString::StorageType GetEncodedPathToRootMask() const in GetEncodedPathToRootMask() function261 return SC::GetEncodedPathToRootMask(klass_); in GetEncodedPathToRootMask()
873 expected_mask = SubtypeCheck<ObjPtr<mirror::Class>>::GetEncodedPathToRootMask(klass); in HandleTypeCheckInstruction()
2798 uint32_t mask = SubtypeCheck<ObjPtr<mirror::Class>>::GetEncodedPathToRootMask(klass.Get()); in BuildTypeCheck()