Home | History | Annotate | Download | only in analysis

Lines Matching refs:methodType

1064  * See if the method matches the MethodType.
1066 static bool isCorrectInvokeKind(MethodType methodType, Method* resMethod)
1068 switch (methodType) {
1106 MethodType methodType, bool isRange, bool isSuper, VerifyError* pFailure)
1118 if (methodType == METHOD_INTERFACE) {
1121 resMethod = dvmOptResolveMethod(meth->clazz, pDecInsn->vB, methodType,
1145 dvmMethodTypeStr(methodType), pDecInsn->vB,
1159 if (methodType != METHOD_DIRECT || !isInitMethod(resMethod)) {
1170 if (!isCorrectInvokeKind(methodType, resMethod)) {
1181 assert(methodType == METHOD_VIRTUAL);
1237 if (methodType != METHOD_INTERFACE && actualArgType != kRegTypeZero) {