Home | History | Annotate | Download | only in analysis

Lines Matching refs:MethodType

46     MethodType methodType);
48 MethodType methodType);
719 MethodType methodType, VerifyError* pFailure)
724 assert(methodType == METHOD_DIRECT ||
725 methodType == METHOD_VIRTUAL ||
726 methodType == METHOD_STATIC);
765 if (methodType == METHOD_DIRECT) {
781 if (methodType == METHOD_STATIC) {
789 } else if (methodType == METHOD_VIRTUAL) {
817 if (methodType != METHOD_STATIC || gDvm.optimizing)
1024 MethodType methodType)
1033 calledMethod = dvmOptResolveMethod(clazz, methodIdx, methodType, NULL);
1076 MethodType methodType)
1083 calledMethod = dvmOptResolveMethod(clazz, methodIdx, methodType, NULL);