Home
last modified time | relevance | path

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

/dalvik/dexdump/
DDexDump.cpp911 s4 targ = (s4) pDecInsn->vA; in dumpInstruction() local
913 insnIdx + targ, in dumpInstruction()
914 (targ < 0) ? '-' : '+', in dumpInstruction()
915 (targ < 0) ? -targ : targ); in dumpInstruction()
923 s4 targ = (s4) pDecInsn->vB; in dumpInstruction() local
925 insnIdx + targ, in dumpInstruction()
926 (targ < 0) ? '-' : '+', in dumpInstruction()
927 (targ < 0) ? -targ : targ); in dumpInstruction()
959 s4 targ = (s4) pDecInsn->vC; in dumpInstruction() local
961 insnIdx + targ, in dumpInstruction()
[all …]
/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java912 int targ = one.getHandlerPc(); in processBlock() local
919 mergeAndWorkAsNecessary(targ, block.getLabel(), in processBlock()
923 Hex.u2(targ)); in processBlock()
930 CatchInfo handlers = catchInfos[targ]; in processBlock()
933 catchInfos[targ] = handlers; in processBlock()