Searched refs:GetInterfaceMethod (Results 1 – 4 of 4) sorted by relevance
474 inline Method *Class::GetInterfaceMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetInterfaceMethod() function477 return GetInterfaceMethod(sd, proto); in GetInterfaceMethod()480 inline Method *Class::GetInterfaceMethod(const panda_file::File::StringData &sd, const Method::Prot… in GetInterfaceMethod() function512 inline Method *Class::GetInterfaceMethod(const uint8_t *mutf8Name) const in GetInterfaceMethod() function
612 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;
136 coreMethod = runtimeClass->GetInterfaceMethod(coreName); in GetMethod()156 coreMethod = runtimeClass->GetInterfaceMethod(coreName, methodSignature.GetProto()); in GetMethod()
1449 method = klass->GetInterfaceMethod(name, proto); in GetMethod()