Home | History | Annotate | Download | only in oo

Lines Matching full:method1

4839 int dvmCompareMethodNamesAndProtos(const Method* method1,
4842 int result = strcmp(method1->name, method2->name);
4848 return dvmCompareMethodProtos(method1, method2);
4857 int dvmCompareMethodNamesAndParameterProtos(const Method* method1,
4860 int result = strcmp(method1->name, method2->name);
4866 return dvmCompareMethodParameterProtos(method1, method2);