Searched refs:targ (Results 1 – 2 of 2) sorted by relevance
1018 s4 targ = (s4) pDecInsn->vA; in dumpInstruction() local1020 insnIdx + targ, in dumpInstruction()1021 (targ < 0) ? '-' : '+', in dumpInstruction()1022 (targ < 0) ? -targ : targ); in dumpInstruction()1030 s4 targ = (s4) pDecInsn->vB; in dumpInstruction() local1032 insnIdx + targ, in dumpInstruction()1033 (targ < 0) ? '-' : '+', in dumpInstruction()1034 (targ < 0) ? -targ : targ); in dumpInstruction()1066 s4 targ = (s4) pDecInsn->vC; in dumpInstruction() local1068 insnIdx + targ, in dumpInstruction()[all …]
914 int targ = one.getHandlerPc(); in processBlock() local921 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()