Home | History | Annotate | Download | only in dexdump

Lines Matching refs:vB

798         index = pDecInsn->vB;
802 index = pDecInsn->vB;
812 index = pDecInsn->vB; // method index
993 case kFmt12x: // op vA, vB
994 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB);
998 pDecInsn->vA, (s4)pDecInsn->vB, (u1)pDecInsn->vB);
1014 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB);
1018 s4 targ = (s4) pDecInsn->vB;
1027 pDecInsn->vA, (s4)pDecInsn->vB, (u2)pDecInsn->vB);
1032 s4 value = pDecInsn->vB << 16;
1034 pDecInsn->vA, value, (u2)pDecInsn->vB);
1036 s8 value = ((s8) pDecInsn->vB) << 48;
1038 pDecInsn->vA, value, (u2)pDecInsn->vB);
1046 vB, pDecInsn->vC);
1050 pDecInsn->vA, pDecInsn->vB, (s4)pDecInsn->vC, (u1)pDecInsn->vC);
1052 case kFmt22t: // op vA, vB, +CCCC
1055 printf(" v%d, v%d, %04x // %c%04x", pDecInsn->vA, pDecInsn->vB,
1061 case kFmt22s: // op vA, vB, #+CCCC
1063 pDecInsn->vA, pDecInsn->vB, (s4)pDecInsn->vC, (u2)pDecInsn->vC);
1065 case kFmt22c: // op vA, vB, thing@CCCC
1066 case kFmt22cs: // [opt] op vA, vB, field offset CCCC
1067 printf(" v%d, v%d, %s", pDecInsn->vA, pDecInsn->vB, indexBuf);
1079 conv.i = pDecInsn->vB;
1081 pDecInsn->vA, conv.f, pDecInsn->vB);
1086 pDecInsn->vA, insnIdx + pDecInsn->vB, pDecInsn->vB);
1089 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB);