Lines Matching refs:IsAbstract
3838 if (klass->IsInterface() && dst->IsAbstract()) { in LoadMethod()
6291 bool IsAbstract() const { in IsAbstract() function in art::ClassLinker::MethodTranslation
6479 if (!m->IsAbstract()) { in LinkVirtualMethods()
6530 DCHECK(super_class->IsAbstract() && !super_class->IsArrayClass()); in LinkVirtualMethods()
6627 if (UNLIKELY(!super_method->IsAbstract())) { in LinkVirtualMethods()
6810 if (current_method->IsAbstract() || in FindDefaultMethodImplementation()
7864 vtable_impl->IsAbstract() && in FindMethod()
7883 DCHECK(interface_method->IsAbstract()) << interface_method->PrettyMethod(); in GetOrCreateMirandaMethod()
8002 DCHECK(!new_method.IsAbstract()); in ReallocMethods()
8073 } else if (translation_it->second.IsAbstract()) { in UpdateVtable()
8257 if (!vtable_method->IsAbstract() && !vtable_method->IsPublic()) { in LinkInterfaceMethods()