Searched defs:candidate_method (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dclass.cc660 ArtMethod* candidate_method = nullptr; local
669 candidate_method = &method;
679 candidate_method = &method;
684 if (candidate_method != nullptr) {
685 if (IsInheritedMethod(this, klass, *candidate_method)) {
686 return candidate_method;
688 uninherited_method = candidate_method;

Completed in 62 milliseconds