Home
last modified time | relevance | path

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

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