Home | History | Annotate | Download | only in analysis

Lines Matching refs:vC

576  * vA holds word count, vC holds index of first reg.
584 * vA/vC are unsigned 8-bit/16-bit quantities for /range instructions,
587 if (pDecInsn->vA + pDecInsn->vC > registersSize) {
589 pDecInsn->vA, pDecInsn->vC, registersSize);
961 okay &= checkTypeIndex(pDvmDex, decInsn.vC);
970 okay &= checkNewArray(pDvmDex, decInsn.vC);
1016 okay &= checkRegisterIndex(meth, decInsn.vC);
1022 okay &= checkRegisterIndex(meth, decInsn.vC);
1029 vC);
1046 okay &= checkWideRegisterIndex(meth, decInsn.vC);
1053 okay &= checkRegisterIndex(meth, decInsn.vC);
1088 okay &= checkFieldIndex(pDvmDex, decInsn.vC);
1094 okay &= checkFieldIndex(pDvmDex, decInsn.vC);