Home
last modified time | relevance | path

Searched refs:IsDefaultInterfaceMethod (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcha.cpp51 if (method == parentMethod || method->IsDefaultInterfaceMethod()) { in Update()
64 if (method->IsDefaultInterfaceMethod()) { in Update()
Dcompiler.cpp278 return (method->GetClass()->IsInterface() && !method->IsDefaultInterfaceMethod()); in IsInterfaceMethod()
298 …(MethodCast(method)->GetClass()->IsInterface() && !MethodCast(method)->IsDefaultInterfaceMethod()); in IsInterfaceMethod()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h688 bool IsDefaultInterfaceMethod() const in IsDefaultInterfaceMethod() function
Dclass-inl.h524 if (method->GetClass()->IsInterface() && !method->IsDefaultInterfaceMethod()) { in ResolveVirtualMethod()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp800 …f (slot != nullptr && (!method->GetClass()->IsInterface() || method->IsDefaultInterfaceMethod())) { in ResolveUnknownVirtualCallEntrypoint()