Home
last modified time | relevance | path

Searched refs:FindInterfaceMethod (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h333 inline Method *Class::FindInterfaceMethod(Key key, const Pred &...preds) const in FindInterfaceMethod() function
366 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()
Dclass.h950 Method *FindInterfaceMethod(Key key, const Pred &...preds) const;