Home | History | Annotate | Download | only in dexdump

Lines Matching refs:targ

755             s4 targ = (s4) pDecInsn->vA;
757 insnIdx + targ,
758 (targ < 0) ? '-' : '+',
759 (targ < 0) ? -targ : targ);
767 s4 targ = (s4) pDecInsn->vB;
769 insnIdx + targ,
770 (targ < 0) ? '-' : '+',
771 (targ < 0) ? -targ : targ);
820 s4 targ = (s4) pDecInsn->vC;
822 insnIdx + targ,
823 (targ < 0) ? '-' : '+',
824 (targ < 0) ? -targ : targ);