Home
last modified time | relevance | path

Searched refs:targ (Results 1 – 2 of 2) sorted by relevance

/dalvik/dexdump/
DDexDump.cpp1018 s4 targ = (s4) pDecInsn->vA; in dumpInstruction() local
1020 insnIdx + targ, in dumpInstruction()
1021 (targ < 0) ? '-' : '+', in dumpInstruction()
1022 (targ < 0) ? -targ : targ); in dumpInstruction()
1030 s4 targ = (s4) pDecInsn->vB; in dumpInstruction() local
1032 insnIdx + targ, in dumpInstruction()
1033 (targ < 0) ? '-' : '+', in dumpInstruction()
1034 (targ < 0) ? -targ : targ); in dumpInstruction()
1066 s4 targ = (s4) pDecInsn->vC; in dumpInstruction() local
1068 insnIdx + targ, in dumpInstruction()
[all …]
/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java914 int targ = one.getHandlerPc(); in processBlock() local
921 mergeAndWorkAsNecessary(targ, block.getLabel(), in processBlock()
925 Hex.u2(targ)); in processBlock()
932 CatchInfo handlers = catchInfos[targ]; in processBlock()
935 catchInfos[targ] = handlers; in processBlock()