Home
last modified time | relevance | path

Searched refs:IsInterfaceMethod (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.h50 if (info2.IsInterfaceMethod() && !info1.IsCopied()) { in operator()
52 if (info1.IsInterfaceMethod()) { in operator()
/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder.h129 bool IsInterfaceMethod() const in IsInterfaceMethod() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h359 bool IsInterfaceMethod(MethodPtr parentMethod, MethodId id) const override;
361 bool IsInterfaceMethod(MethodPtr method) const override;
Dcompiler.cpp272 bool PandaRuntimeInterface::IsInterfaceMethod(MethodPtr parentMethod, MethodId id) const in IsInterfaceMethod() function in panda::PandaRuntimeInterface
295 bool PandaRuntimeInterface::IsInterfaceMethod(MethodPtr method) const in IsInterfaceMethod() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h476 …virtual bool IsInterfaceMethod([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId … in IsInterfaceMethod() function
481 virtual bool IsInterfaceMethod([[maybe_unused]] MethodPtr method) const in IsInterfaceMethod() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1457 if (runtime->IsInterfaceMethod(method)) { in ResolveTarget()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h186 if (method != nullptr && (runtime_->IsInterfaceMethod(method) || graph_->IsAotNoChaMode())) { in BuildCallVirtualInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1546 } 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()