Searched refs:SwitchBranchShifter (Results 1 – 3 of 3) sorted by relevance
30 public class SwitchBranchShifter extends CodeMutator { class66 public SwitchBranchShifter() { } in SwitchBranchShifter() method in SwitchBranchShifter68 public SwitchBranchShifter(Random rng, MutationStats stats, List<Mutation> mutations) { in SwitchBranchShifter() method in SwitchBranchShifter
43 import dexfuzz.program.mutators.SwitchBranchShifter;217 registerMutator(new SwitchBranchShifter(rng, mutationStats, mutations)); in Program()
148 SwitchBranchShifter 30