Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dclass.cc646 ArtMethod* uninherited_method = nullptr; in FindClassMethodWithSignature() local
654 uninherited_method = &method; in FindClassMethodWithSignature()
658 if (uninherited_method != nullptr) { in FindClassMethodWithSignature()
666 DCHECK_EQ(uninherited_method != nullptr, end_klass != nullptr); in FindClassMethodWithSignature()
680 return uninherited_method; // Return the `uninherited_method` if any. in FindClassMethodWithSignature()
737 ArtMethod* uninherited_method = nullptr; in FindClassMethod() local
768 uninherited_method = candidate_method; in FindClassMethod()
777 DCHECK_EQ(uninherited_method != nullptr, end_klass != nullptr); in FindClassMethod()
791 return uninherited_method; // Return the `uninherited_method` if any. in FindClassMethod()