Searched refs:calledMethod (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/analysis/
H A DOptimize.cpp936 Method* calledMethod; local
939 calledMethod = dvmOptResolveMethod(clazz, methodIdx, METHOD_DIRECT, NULL);
940 if (calledMethod == NULL) {
947 if (calledMethod->clazz == gDvm.classJavaLangObject &&
948 dvmCompareNameDescriptorAndMethod("<init>", "()V", calledMethod) == 0)
1055 Method* calledMethod; local
1060 calledMethod = dvmOptResolveMethod(clazz, methodIdx, methodType, NULL);
1061 if (calledMethod == NULL) {
1070 inlineSubs->method, calledMethod,
1076 if (inlineSubs->method == calledMethod) {
1106 Method* calledMethod; local
[all...]
H A DCodeVerify.cpp5315 Method* calledMethod; local
5325 calledMethod = verifyInvocationArgs(meth, workLine, insnRegCount,
5330 returnType = getMethodReturnType(calledMethod);
5339 Method* calledMethod; local
5343 calledMethod = verifyInvocationArgs(meth, workLine, insnRegCount,
5352 * instance of calledMethod->clazz. Now we further restrict
5353 * that to require that calledMethod->clazz is the same as
5358 if (isInitMethod(calledMethod)) {
5377 if (calledMethod->clazz == thisClass->super) {
5384 } else if (calledMethod
5418 Method* calledMethod; local
[all...]

Completed in 37 milliseconds