Searched refs:IsDefaultInterfaceMethod (Results 1 – 5 of 5) sorted by relevance
51 if (method == parentMethod || method->IsDefaultInterfaceMethod()) { in Update()64 if (method->IsDefaultInterfaceMethod()) { in Update()
278 return (method->GetClass()->IsInterface() && !method->IsDefaultInterfaceMethod()); in IsInterfaceMethod()298 …(MethodCast(method)->GetClass()->IsInterface() && !MethodCast(method)->IsDefaultInterfaceMethod()); in IsInterfaceMethod()
688 bool IsDefaultInterfaceMethod() const in IsDefaultInterfaceMethod() function
524 if (method->GetClass()->IsInterface() && !method->IsDefaultInterfaceMethod()) { in ResolveVirtualMethod()
800 …f (slot != nullptr && (!method->GetClass()->IsInterface() || method->IsDefaultInterfaceMethod())) { in ResolveUnknownVirtualCallEntrypoint()