Searched refs:IsInterfaceMethod (Results 1 – 8 of 8) sorted by relevance
50 if (info2.IsInterfaceMethod() && !info1.IsCopied()) { in operator()52 if (info1.IsInterfaceMethod()) { in operator()
129 bool IsInterfaceMethod() const in IsInterfaceMethod() function
359 bool IsInterfaceMethod(MethodPtr parentMethod, MethodId id) const override;361 bool IsInterfaceMethod(MethodPtr method) const override;
272 bool PandaRuntimeInterface::IsInterfaceMethod(MethodPtr parentMethod, MethodId id) const in IsInterfaceMethod() function in panda::PandaRuntimeInterface295 bool PandaRuntimeInterface::IsInterfaceMethod(MethodPtr method) const in IsInterfaceMethod() function in panda::PandaRuntimeInterface
476 …virtual bool IsInterfaceMethod([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId … in IsInterfaceMethod() function481 virtual bool IsInterfaceMethod([[maybe_unused]] MethodPtr method) const in IsInterfaceMethod() function
1457 if (runtime->IsInterfaceMethod(method)) { in ResolveTarget()
186 if (method != nullptr && (runtime_->IsInterfaceMethod(method) || graph_->IsAotNoChaMode())) { in BuildCallVirtualInst()
1546 } else if (GetRuntime()->IsInterfaceMethod(resolver->GetCallMethod())) { in EmitResolveVirtual()1586 …ASSERT(call->GetCallMethod() == nullptr || GetGraph()->GetRuntime()->IsInterfaceMethod(call->GetCa… in EmitCallResolvedVirtual()1613 …ASSERT(!call->IsUnresolved() && !runtime->IsInterfaceMethod(method) && !GetGraph()->IsAotNoChaMode… in EmitCallVirtual()