Searched refs:targ (Results 1 – 2 of 2) sorted by relevance
911 s4 targ = (s4) pDecInsn->vA; in dumpInstruction() local913 insnIdx + targ, in dumpInstruction()914 (targ < 0) ? '-' : '+', in dumpInstruction()915 (targ < 0) ? -targ : targ); in dumpInstruction()923 s4 targ = (s4) pDecInsn->vB; in dumpInstruction() local925 insnIdx + targ, in dumpInstruction()926 (targ < 0) ? '-' : '+', in dumpInstruction()927 (targ < 0) ? -targ : targ); in dumpInstruction()959 s4 targ = (s4) pDecInsn->vC; in dumpInstruction() local961 insnIdx + targ, in dumpInstruction()[all …]
912 int targ = one.getHandlerPc(); in processBlock() local919 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()