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

/art/tools/dexfuzz/src/dexfuzz/fuzzers/
H A DFuzzer.java217 mutatedSuccessfully = program.updateRawDexFile();
/art/tools/dexfuzz/src/dexfuzz/program/
H A DProgram.java106 * was called. updateRawDexFile() will update the relevant CodeItems when called,
425 * Afterwards, call updateRawDexFile() to apply the results of mutation to the
534 public boolean updateRawDexFile() { method in class:Program

Completed in 4 milliseconds