Home | History | Annotate | Download | only in mips

Lines Matching refs:calleeMethod

1164                                      const Method *calleeMethod)
1185 * r_A0 = calleeMethod (loaded upon calling genInvokeSingletonCommon)
1189 if (dvmIsNativeMethod(calleeMethod)) {
1313 /* r_A0 <- calleeMethod */
1324 * r_A0 = calleeMethod
1344 * r_A0 = calleeMethod,
1703 mir->meta.calleeMethod : cUnit->method;
1747 mir->meta.calleeMethod : cUnit->method;
1783 mir->meta.calleeMethod : cUnit->method;
1834 mir->meta.calleeMethod : cUnit->method;
2475 mir->meta.calleeMethod : cUnit->method;
3099 * calleeMethod = this->clazz->vtable[
3131 * calleeMethod = method->clazz->super->vtable[method->clazz->pDvmDex
3137 const Method *calleeMethod = mir->meta.callsiteInfo->method;
3138 assert(calleeMethod == cUnit->method->clazz->super->vtable[
3148 const Method *calleeMethod = mir->meta.callsiteInfo->method;
3149 void *calleeAddr = dvmJitGetMethodAddr(calleeMethod->insns);
3154 /* r_A0 = calleeMethod */
3155 loadConstant(cUnit, r_A0, (int) calleeMethod);
3158 calleeMethod);
3162 /* calleeMethod = method->clazz->pDvmDex->pResMethods[BBBB] */
3166 const Method *calleeMethod = mir->meta.callsiteInfo->method;
3167 assert(calleeMethod ==
3175 /* r_A0 = calleeMethod */
3176 loadConstant(cUnit, r_A0, (int) calleeMethod);
3179 calleeMethod);
3182 /* calleeMethod = method->clazz->pDvmDex->pResMethods[BBBB] */
3186 const Method *calleeMethod = mir->meta.callsiteInfo->method;
3187 assert(calleeMethod ==
3198 const Method *calleeMethod = mir->meta.callsiteInfo->method;
3199 void *calleeAddr = dvmJitGetMethodAddr(calleeMethod->insns);
3204 /* r_A0 = calleeMethod */
3205 loadConstant(cUnit, r_A0, (int) calleeMethod);
3208 calleeMethod);
3214 * calleeMethod = dvmFindInterfaceMethodInCache(this->clazz,
3406 /* r_V0 = calleeMethod (returned from dvmFindInterfaceMethodInCache */
3413 * calleeMethod == NULL -> throw
3436 * r_A0 = calleeMethod
3457 * r_A0 = this, r_A1 = calleeMethod,
3496 /* calleeMethod = this->clazz->vtable[BBBB] */
3518 const Method *calleeMethod = mir->meta.callsiteInfo->method;
3519 void *calleeAddr = dvmJitGetMethodAddr(calleeMethod->insns);
3531 /* calleeMethod = method->clazz->super->vtable[BBBB] */
3535 const Method *calleeMethod = mir->meta.callsiteInfo->method;
3536 assert(calleeMethod ==
3544 /* r_A0 = calleeMethod */
3545 loadConstant(cUnit, r_A0, (int) calleeMethod);
3548 calleeMethod);