Searched defs:Program (Results 1 - 1 of 1) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/
H A DProgram.java72 public class Program { class
112 * A list of all registered CodeMutators that this Program can use to mutate methods.
144 * Construct the mutatable Program based on the raw DEX file that was parsed initially.
146 public Program(RawDexFile rawDexFile, List<Mutation> previousMutations, method in class:Program
510 // Repopulate the MutatableCode field from the recorded index into the Program's list.

Completed in 216 milliseconds