Home | History | Annotate | Download | only in oo

Lines Matching full:method2

4894         const Method* method2)
4896 int result = strcmp(method1->name, method2->name);
4902 return dvmCompareMethodProtos(method1, method2);
4912 const Method* method2)
4914 int result = strcmp(method1->name, method2->name);
4920 return dvmCompareMethodParameterProtos(method1, method2);