Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DBranchShifter.java158 MInsn newTargetInsn = mutatableCode.getInstructionAt(mutation.newTargetIdx); in applyMutation() local
161 branchInsn.target = newTargetInsn; in applyMutation()
163 Log.info("Shifted the target of " + branchInsn + " to point to " + newTargetInsn); in applyMutation()
DSwitchBranchShifter.java160 MInsn newTargetInsn = in applyMutation() local
165 switchInsn.targets.add(mutation.switchTargetIdx, newTargetInsn); in applyMutation()
168 + " to point to " + newTargetInsn); in applyMutation()