Searched refs:IsSubClass (Results 1 – 9 of 9) sorted by relevance
156 if (!loader_class->IsSubClass(base_dex_loader_class.Get())) { in GetDexElementList()
2185 if (sub_data.GetRedefinition().GetMirrorClass()->IsSubClass( in MarkStructuralChanges()
574 inline bool Class::IsSubClass(ObjPtr<Class> klass) { in IsSubClass() function1101 return !src->IsInterface() && src->IsSubClass(this); in IsAssignableFrom()1186 if (!this->IsInterface() && this->IsSubClass(access_to)) { in CanAccessMember()
646 bool IsSubClass(ObjPtr<Class> klass) REQUIRES_SHARED(Locks::mutator_lock_);
602 return klass->IsSubClass(declaring_class); in IsValidInheritanceCheck()
1352 static bool IsSubClass(ObjPtr<mirror::Class> to_test, ObjPtr<mirror::Class> super_class) in IsSubClass() function1354 return to_test != nullptr && !to_test->IsInterface() && to_test->IsSubClass(super_class); in IsSubClass()1552 bool is_subclass = IsSubClass(outer_compilation_unit_->GetCompilingClass().Get(), cls); in IsInitialized()1555 IsSubClass(dex_compilation_unit_->GetCompilingClass().Get(), cls); in IsInitialized()
253 if (LIKELY(boxed_from_class->IsSubClass(to))) { in ConvertJValueCommon()
4341 if (!this_type.GetClass()->IsSubClass(GetClassRoot<mirror::MethodHandle>(class_roots)) && in CheckSignaturePolymorphicReceiver()4342 !this_type.GetClass()->IsSubClass(GetClassRoot<mirror::VarHandle>(class_roots))) { in CheckSignaturePolymorphicReceiver()
1566 hklass->IsSubClass(class_linker->FindClass(self, in Visit()