Home
last modified time | relevance | path

Searched refs:GetInterfaceMethod (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h474 inline Method *Class::GetInterfaceMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetInterfaceMethod() function
477 return GetInterfaceMethod(sd, proto); in GetInterfaceMethod()
480 inline Method *Class::GetInterfaceMethod(const panda_file::File::StringData &sd, const Method::Prot… in GetInterfaceMethod() function
512 inline Method *Class::GetInterfaceMethod(const uint8_t *mutf8Name) const in GetInterfaceMethod() function
Dclass.h612 Method *GetInterfaceMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const;
614 …Method *GetInterfaceMethod(const panda_file::File::StringData &sd, const Method::Proto &proto) con…
624 Method *GetInterfaceMethod(const uint8_t *mutf8Name) const;
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp136 coreMethod = runtimeClass->GetInterfaceMethod(coreName); in GetMethod()
156 coreMethod = runtimeClass->GetInterfaceMethod(coreName, methodSignature.GetProto()); in GetMethod()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp1449 method = klass->GetInterfaceMethod(name, proto); in GetMethod()