Lines Matching full:calledmethod
1054 Method* calledMethod;
1057 calledMethod = dvmOptResolveMethod(clazz, methodIdx, METHOD_DIRECT, NULL);
1058 if (calledMethod == NULL) {
1065 if (calledMethod->clazz == gDvm.classJavaLangObject &&
1066 dvmCompareNameDescriptorAndMethod("<init>", "()V", calledMethod) == 0)
1099 Method* calledMethod;
1102 calledMethod = dvmOptResolveMethod(clazz, methodIdx, METHOD_DIRECT, NULL);
1103 if (calledMethod == NULL) {
1110 if (calledMethod->clazz == gDvm.classJavaLangObject &&
1111 dvmCompareNameDescriptorAndMethod("<init>", "()V", calledMethod) == 0)
1203 Method* calledMethod;
1208 calledMethod = dvmOptResolveMethod(clazz, methodIdx, methodType, NULL);
1209 if (calledMethod == NULL) {
1218 inlineSubs->method, calledMethod,
1224 if (inlineSubs->method == calledMethod) {
1233 // calledMethod->clazz->descriptor, calledMethod->name);
1254 Method* calledMethod;
1257 calledMethod = dvmOptResolveMethod(clazz, methodIdx, methodType, NULL);
1258 if (calledMethod == NULL) {
1264 if (inlineSubs->method == calledMethod) {
1273 // calledMethod->clazz->descriptor, calledMethod->name);