Home | History | Annotate | Download | only in analysis

Lines Matching defs:calledMethod

4986             Method* calledMethod;
4996 calledMethod = verifyInvocationArgs(meth, workRegs, insnRegCount,
5001 returnType = getMethodReturnType(calledMethod);
5010 Method* calledMethod;
5014 calledMethod = verifyInvocationArgs(meth, workRegs, insnRegCount,
5023 * instance of calledMethod->clazz. Now we further restrict
5024 * that to require that calledMethod->clazz is the same as
5029 if (isInitMethod(calledMethod)) {
5049 if (calledMethod->clazz == thisClass->super) {
5056 } else if (calledMethod->clazz != thisClass) {
5081 returnType = getMethodReturnType(calledMethod);
5091 Method* calledMethod;
5095 calledMethod = verifyInvocationArgs(meth, workRegs, insnRegCount,
5101 returnType = getMethodReturnType(calledMethod);