Home | History | Annotate | Download | only in analysis

Lines Matching refs:vC

1211             getReg = pDecInsn->vC + actualArgs;
1427 * The argument count is in vA, and the first argument is in vC, for both
1429 * and then return vC.
1444 thisType = getRegisterType(insnRegs, insnRegCount, pDecInsn->vC, pFailure);
1446 LOG_VFY("VFY: failed to get 'this' from register %u\n", pDecInsn->vC);
1452 pDecInsn->vC, thisType);
2006 * If "checkBooleanOp" is set, we use the constant value in vC.
2017 && (pDecInsn->vC == 0 || pDecInsn->vC == 1))
2028 * against vB/vC.
2036 verifyRegisterType(insnRegs, insnRegCount, pDecInsn->vC, srcType2,
2040 if (upcastBooleanOp(insnRegs, insnRegCount, pDecInsn->vB, pDecInsn->vC))
2936 getReg = pDecInsn->vC + ui;
3797 resClass = dvmOptResolveClass(meth->clazz, decInsn.vC, &failure);
3799 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vC);
3802 decInsn.vC, badClassDesc, meth->clazz->descriptor);
3862 resClass = dvmOptResolveClass(meth->clazz, decInsn.vC, &failure);
3864 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vC);
3867 decInsn.vC, badClassDesc, meth->clazz->descriptor);
3910 verifyRegisterType(workRegs, insnRegCount, decInsn.vC, kRegTypeFloat,
3919 verifyRegisterType(workRegs, insnRegCount, decInsn.vC, kRegTypeDoubleLo,
3927 verifyRegisterType(workRegs, insnRegCount, decInsn.vC, kRegTypeLongLo,
4122 indexType = getRegisterType(workRegs, insnRegCount, decInsn.vC,
4165 indexType = getRegisterType(workRegs, insnRegCount, decInsn.vC,
4219 indexType = getRegisterType(workRegs, insnRegCount, decInsn.vC,
4294 indexType = getRegisterType(workRegs, insnRegCount, decInsn.vC,
4341 tmpType = getRegisterType(workRegs, insnRegCount, decInsn.vC,
4386 tmpType = getRegisterType(workRegs, insnRegCount, decInsn.vC,
4471 instField = getInstField(meth, uninitMap, objType, decInsn.vC,
4503 instField = getInstField(meth, uninitMap, objType, decInsn.vC,
4540 instField = getInstField(meth, uninitMap, objType, decInsn.vC,
4602 instField = getInstField(meth, uninitMap, objType, decInsn.vC,
4640 instField = getInstField(meth, uninitMap, objType, decInsn.vC,
4675 instField = getInstField(meth, uninitMap, objType, decInsn.vC,
5382 decInsn.vB, decInsn.vC, false, &failure);
5388 decInsn.vB, decInsn.vC, true, &failure);