Home | History | Annotate | Download | only in arm

Lines Matching defs:calleeMethod

1056                                      const Method *calleeMethod)
1074 * r0 = calleeMethod (loaded upon calling genInvokeSingletonCommon)
1078 if (dvmIsNativeMethod(calleeMethod)) {
1174 /* r0 <- calleeMethod */
1188 * r0 = calleeMethod
1204 * r0 = calleeMethod,
1468 mir->meta.calleeMethod : cUnit->method;
1498 mir->meta.calleeMethod : cUnit->method;
1533 mir->meta.calleeMethod : cUnit->method;
1575 mir->meta.calleeMethod : cUnit->method;
2222 mir->meta.calleeMethod : cUnit->method;
2797 * calleeMethod = this->clazz->vtable[
2829 * calleeMethod = method->clazz->super->vtable[method->clazz->pDvmDex
2835 const Method *calleeMethod = mir->meta.callsiteInfo->method;
2836 assert(calleeMethod == cUnit->method->clazz->super->vtable[
2845 /* r0 = calleeMethod */
2846 loadConstant(cUnit, r0, (int) calleeMethod);
2849 calleeMethod);
2852 /* calleeMethod = method->clazz->pDvmDex->pResMethods[BBBB] */
2856 const Method *calleeMethod = mir->meta.callsiteInfo->method;
2857 assert(calleeMethod ==
2865 /* r0 = calleeMethod */
2866 loadConstant(cUnit, r0, (int) calleeMethod);
2869 calleeMethod);
2872 /* calleeMethod = method->clazz->pDvmDex->pResMethods[BBBB] */
2876 const Method *calleeMethod = mir->meta.callsiteInfo->method;
2877 assert(calleeMethod ==
2887 /* r0 = calleeMethod */
2888 loadConstant(cUnit, r0, (int) calleeMethod);
2891 calleeMethod);
2895 * calleeMethod = dvmFindInterfaceMethodInCache(this->clazz,
2923 * 0x47357e64 : cmp r0, #0 --> calleeMethod == NULL?
3050 /* r0 = calleeMethod (returned from dvmFindInterfaceMethodInCache */
3057 * calleeMethod == NULL -> throw
3083 * r0 = calleeMethod
3100 * r0 = this, r1 = calleeMethod,
3141 /* calleeMethod = this->clazz->vtable[BBBB] */
3166 /* calleeMethod = method->clazz->super->vtable[BBBB] */
3170 const Method *calleeMethod = mir->meta.callsiteInfo->method;
3171 assert(calleeMethod ==
3179 /* r0 = calleeMethod */
3180 loadConstant(cUnit, r0, (int) calleeMethod);
3183 calleeMethod);