Searched refs:SwitchBranchShifter (Results 1 - 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DSwitchBranchShifter.java30 public class SwitchBranchShifter extends CodeMutator { class in inherits:CodeMutator
66 public SwitchBranchShifter() { } method in class:SwitchBranchShifter
68 public SwitchBranchShifter(Random rng, MutationStats stats, List<Mutation> mutations) { method in class:SwitchBranchShifter
/art/tools/dexfuzz/src/dexfuzz/program/
H A DProgram.java37 import dexfuzz.program.mutators.SwitchBranchShifter;
204 registerMutator(new SwitchBranchShifter(rng, mutationStats, mutations));

Completed in 127 milliseconds