Home | History | Annotate | Download | only in analysis

Lines Matching refs:methodType

52     MethodType methodType);
54 MethodType methodType);
873 MethodType methodType, VerifyError* pFailure)
878 assert(methodType == METHOD_DIRECT ||
879 methodType == METHOD_VIRTUAL ||
880 methodType == METHOD_STATIC);
919 if (methodType == METHOD_DIRECT) {
935 if (methodType == METHOD_STATIC) {
943 } else if (methodType == METHOD_VIRTUAL) {
971 if (methodType != METHOD_STATIC || gDvm.optimizing)
1199 MethodType methodType)
1208 calledMethod = dvmOptResolveMethod(clazz, methodIdx, methodType, NULL);
1250 MethodType methodType)
1257 calledMethod = dvmOptResolveMethod(clazz, methodIdx, methodType, NULL);