Home
last modified time | relevance | path

Searched defs:IsSubClass (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dclass-inl.h574 inline bool Class::IsSubClass(ObjPtr<Class> klass) { in IsSubClass() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc1352 static bool IsSubClass(ObjPtr<mirror::Class> to_test, ObjPtr<mirror::Class> super_class) in IsSubClass() function