Searched refs:newTargetInsn (Results 1 – 2 of 2) sorted by relevance
158 MInsn newTargetInsn = mutatableCode.getInstructionAt(mutation.newTargetIdx); in applyMutation() local161 branchInsn.target = newTargetInsn; in applyMutation()163 Log.info("Shifted the target of " + branchInsn + " to point to " + newTargetInsn); in applyMutation()
160 MInsn newTargetInsn = in applyMutation() local165 switchInsn.targets.add(mutation.switchTargetIdx, newTargetInsn); in applyMutation()168 + " to point to " + newTargetInsn); in applyMutation()