Searched refs:IsSubClass (Results 1 – 7 of 7) sorted by relevance
156 if (!loader_class->IsSubClass(base_dex_loader_class.Get())) { in GetDexElementList()
537 inline bool Class::IsSubClass(ObjPtr<Class> klass) { in IsSubClass() function1079 return !src->IsInterface() && src->IsSubClass(this); in IsAssignableFrom()1163 if (!this->IsInterface() && this->IsSubClass(access_to)) { in CanAccessMember()
619 bool IsSubClass(ObjPtr<Class> klass) REQUIRES_SHARED(Locks::mutator_lock_);
527 return klass->IsSubClass(declaring_class); in IsValidInheritanceCheck()
1170 static bool IsSubClass(ObjPtr<mirror::Class> to_test, ObjPtr<mirror::Class> super_class) in IsSubClass() function1172 return to_test != nullptr && !to_test->IsInterface() && to_test->IsSubClass(super_class); in IsSubClass()1187 if (IsSubClass(GetOutermostCompilingClass(), cls.Get())) { in IsInitialized()1193 if (IsSubClass(GetCompilingClass(), cls.Get())) { in IsInitialized()
250 if (LIKELY(boxed_from_class->IsSubClass(to))) { in ConvertJValueCommon()
4357 } else if (!this_type.GetClass()->IsSubClass(mirror::MethodHandle::StaticClass()) && in CheckSignaturePolymorphicReceiver()4358 !this_type.GetClass()->IsSubClass(mirror::VarHandle::StaticClass())) { in CheckSignaturePolymorphicReceiver()