Searched refs:FindInterfaceMethod (Results 1 – 2 of 2) sorted by relevance
333 inline Method *Class::FindInterfaceMethod(Key key, const Pred &...preds) const in FindInterfaceMethod() function366 return FindInterfaceMethod<FindFilter::INSTANCE, MethodIdComp>(id); in GetVirtualInterfaceMethod()371 return FindInterfaceMethod<FindFilter::STATIC, MethodIdComp>(id); in GetStaticInterfaceMethod()482 return FindInterfaceMethod<FindFilter::ALL, MethodNameComp>( in GetInterfaceMethod()489 return FindInterfaceMethod<FindFilter::STATIC, MethodNameComp>( in GetStaticInterfaceMethodByName()496 return FindInterfaceMethod<FindFilter::INSTANCE, MethodNameComp>( in GetVirtualInterfaceMethodByName()515 return FindInterfaceMethod<FindFilter::ALL, MethodNameComp>(sd); in GetInterfaceMethod()
950 Method *FindInterfaceMethod(Key key, const Pred &...preds) const;