Home
last modified time | relevance | path

Searched refs:applyMutation (Results 1 – 23 of 23) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DCodeMutator.java99 applyMutation(mutation); in forceMutate()
120 applyMutation(mutation); in generateAndApplyMutation()
133 protected abstract void applyMutation(Mutation uncastMutation); in applyMutation() method in CodeMutator
DInstructionDuplicator.java89 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in InstructionDuplicator
DRegisterClobber.java83 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in RegisterClobber
DInstructionDeleter.java87 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in InstructionDeleter
DIfBranchChanger.java117 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in IfBranchChanger
DInstructionSwapper.java143 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in InstructionSwapper
DBranchShifter.java148 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in BranchShifter
DCmpBiasChanger.java110 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in CmpBiasChanger
DConstantValueChanger.java127 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in ConstantValueChanger
DNewArrayLengthChanger.java111 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in NewArrayLengthChanger
DSwitchBranchShifter.java150 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in SwitchBranchShifter
DConversionRepeater.java108 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in ConversionRepeater
DFieldFlagChanger.java129 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in FieldFlagChanger
DInvokeChanger.java128 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in InvokeChanger
DNonsenseStringPrinter.java96 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in NonsenseStringPrinter
DPoolIndexChanger.java174 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in PoolIndexChanger
DVRegChanger.java153 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in VRegChanger
DNewMethodCaller.java138 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in NewMethodCaller
DTryBlockShifter.java177 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in TryBlockShifter
DNewInstanceChanger.java138 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in NewInstanceChanger
DValuePrinter.java106 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in ValuePrinter
DRandomInstructionGenerator.java199 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in RandomInstructionGenerator
DArithOpChanger.java127 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in ArithOpChanger