Home | History | Annotate | Download | only in analysis

Lines Matching refs:methodType

47     MethodType methodType);
49 MethodType methodType);
755 MethodType methodType, VerifyError* pFailure)
760 assert(methodType == METHOD_DIRECT ||
761 methodType == METHOD_VIRTUAL ||
762 methodType == METHOD_STATIC);
801 if (methodType == METHOD_DIRECT) {
817 if (methodType == METHOD_STATIC) {
825 } else if (methodType == METHOD_VIRTUAL) {
853 if (methodType != METHOD_STATIC || gDvm.optimizing)
1051 MethodType methodType)
1060 calledMethod = dvmOptResolveMethod(clazz, methodIdx, methodType, NULL);
1102 MethodType methodType)
1109 calledMethod = dvmOptResolveMethod(clazz, methodIdx, methodType, NULL);