Home
last modified time | relevance | path

Searched refs:GetEncodedPathToRootMask (Results 1 – 6 of 6) 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.h333 static BitString::StorageType GetEncodedPathToRootMask(ClassPtr klass) in GetEncodedPathToRootMask() function
338 return sci.GetEncodedPathToRootMask(); in GetEncodedPathToRootMask()
Dsubtype_check_test.cc258 BitString::StorageType GetEncodedPathToRootMask() const in GetEncodedPathToRootMask() function
261 return SC::GetEncodedPathToRootMask(klass_); in GetEncodedPathToRootMask()
/art/compiler/optimizing/
Dgraph_checker.cc630 expected_mask = SubtypeCheck<ObjPtr<mirror::Class>>::GetEncodedPathToRootMask(klass); in HandleTypeCheckInstruction()
Dinstruction_builder.cc2353 uint32_t mask = SubtypeCheck<ObjPtr<mirror::Class>>::GetEncodedPathToRootMask(klass.Get()); in BuildTypeCheck()