Home
last modified time | relevance | path

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

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