Home | History | Annotate | Download | only in dexdump

Lines Matching refs:targ

911             s4 targ = (s4) pDecInsn->vA;
913 insnIdx + targ,
914 (targ < 0) ? '-' : '+',
915 (targ < 0) ? -targ : targ);
923 s4 targ = (s4) pDecInsn->vB;
925 insnIdx + targ,
926 (targ < 0) ? '-' : '+',
927 (targ < 0) ? -targ : targ);
959 s4 targ = (s4) pDecInsn->vC;
961 insnIdx + targ,
962 (targ < 0) ? '-' : '+',
963 (targ < 0) ? -targ : targ);