Home | History | Annotate | Download | only in mirror

Lines Matching defs:current_method

727       ArtMethod* current_method = &method_iter;
728 if (current_method->HasSameNameAndSignature(method)) {
729 if (current_method->IsDefault()) {
737 DCHECK(possible_override->HasSameNameAndSignature(current_method));
744 return current_method;
749 abstract_methods.push_back(current_method);