Searched refs:vC (Results 1 – 3 of 3) sorted by relevance
/dalvik/libdex/ |
D | InstrUtils.cpp | 544 pDec->vC = FETCH(1) >> 8; in dexDecodeInstruction() 549 pDec->vC = (s1) (FETCH(1) >> 8); // sign-extend 8-bit value in dexDecodeInstruction() 555 pDec->vC = (s2) FETCH(1); // sign-extend 16-bit value in dexDecodeInstruction() 561 pDec->vC = FETCH(1); in dexDecodeInstruction() 627 case 1: pDec->vC = pDec->arg[0] = regList & 0x0f; break; in dexDecodeInstruction() 640 pDec->vC = FETCH(2); in dexDecodeInstruction() 652 pDec->vC = fedc & 0xf; in dexDecodeInstruction() 665 pDec->vC = FETCH(2); in dexDecodeInstruction()
|
D | InstrUtils.h | 139 u4 vC; member
|
/dalvik/dexdump/ |
D | DexDump.cpp | 801 index = pDecInsn->vC; in indexString() 1058 printf(" v%d, v%d, v%d", pDecInsn->vA, pDecInsn->vB, pDecInsn->vC); in dumpInstruction() 1062 pDecInsn->vA, pDecInsn->vB, (s4)pDecInsn->vC, (u1)pDecInsn->vC); in dumpInstruction() 1066 s4 targ = (s4) pDecInsn->vC; in dumpInstruction() 1075 pDecInsn->vA, pDecInsn->vB, (s4)pDecInsn->vC, (u2)pDecInsn->vC); in dumpInstruction() 1128 printf("v%d", pDecInsn->vC + i); in dumpInstruction() 1130 printf(", v%d", pDecInsn->vC + i); in dumpInstruction() 1152 printf("v%d", pDecInsn->vC); in dumpInstruction() 1162 printf("v%d", pDecInsn->vC); in dumpInstruction() 1164 printf(", v%d", pDecInsn->vC + i); in dumpInstruction()
|