Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc596 static inline bool IsInheritedMethod(ObjPtr<mirror::Class> klass, in IsInheritedMethod() function
641 if (IsInheritedMethod(this_klass, klass, method)) { in FindClassMethodWithSignature()
901 if (IsInheritedMethod(this, klass, *candidate_method)) { in FindClassMethod()