Lines Matching refs:calledMethod
5407 Method* calledMethod;
5420 calledMethod = verifyInvocationArgs(meth, workLine, insnRegCount,
5425 returnType = getMethodReturnType(calledMethod);
5435 Method* calledMethod;
5440 calledMethod = verifyInvocationArgs(meth, workLine, insnRegCount,
5449 * instance of calledMethod->clazz. Now we further restrict
5450 * that to require that calledMethod->clazz is the same as
5455 if (isInitMethod(calledMethod)) {
5474 if (calledMethod->clazz == thisClass->super) {
5481 } else if (calledMethod->clazz != thisClass) {
5506 returnType = getMethodReturnType(calledMethod);
5516 Method* calledMethod;
5521 calledMethod = verifyInvocationArgs(meth, workLine, insnRegCount,
5527 returnType = getMethodReturnType(calledMethod);