Home | History | Annotate | Download | only in oo

Lines Matching refs:method1

4903 int dvmCompareMethodNamesAndProtos(const Method* method1,
4906 int result = strcmp(method1->name, method2->name);
4912 return dvmCompareMethodProtos(method1, method2);
4921 int dvmCompareMethodNamesAndParameterProtos(const Method* method1,
4924 int result = strcmp(method1->name, method2->name);
4930 return dvmCompareMethodParameterProtos(method1, method2);