Searched refs:NewMethodCaller (Results 1 – 3 of 3) sorted by relevance
31 public class NewMethodCaller extends CodeMutator { class97 public NewMethodCaller() { } in NewMethodCaller() method in NewMethodCaller99 public NewMethodCaller(Random rng, MutationStats stats, List<Mutation> mutations) { in NewMethodCaller() method in NewMethodCaller
36 import dexfuzz.program.mutators.NewMethodCaller;210 registerMutator(new NewMethodCaller(rng, mutationStats, mutations)); in Program()
141 NewMethodCaller 10