Searched defs:calledMethod (Results 1 - 2 of 2) sorted by relevance
/dalvik/vm/analysis/ |
H A D | Optimize.c | 899 Method* calledMethod; local 902 calledMethod = dvmOptResolveMethod(clazz, methodIdx, METHOD_DIRECT, NULL); 903 if (calledMethod == NULL) { 912 if (calledMethod->clazz == gDvm.classJavaLangObject && 913 dvmCompareNameDescriptorAndMethod("<init>", "()V", calledMethod) == 0) 926 // calledMethod->clazz->descriptor, calledMethod->name); 1028 Method* calledMethod; local 1033 calledMethod = dvmOptResolveMethod(clazz, methodIdx, methodType, NULL); 1034 if (calledMethod 1080 Method* calledMethod; local [all...] |
H A D | CodeVerify.c | 4986 Method* calledMethod; local 4996 calledMethod = verifyInvocationArgs(meth, workRegs, insnRegCount, 5001 returnType = getMethodReturnType(calledMethod); 5010 Method* calledMethod; local 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 5091 Method* calledMethod; local [all...] |
Completed in 47 milliseconds