HomeSort by relevance Sort by last modified time
    Searched refs:incrementStat (Results 1 - 23 of 23) sorted by null

  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
InstructionDeleter.java 97 stats.incrementStat("Deleted instruction");
109 stats.incrementStat("Deleted a with-data insn's data");
131 stats.incrementStat("Deleted a data insn's with-data insn");
InstructionDuplicator.java 100 stats.incrementStat("Duplicated instruction");
RegisterClobber.java 100 stats.incrementStat("Clobbered the registers");
BranchShifter.java 165 stats.incrementStat("Shifted branch target");
CmpBiasChanger.java 127 stats.incrementStat("Changed comparison bias");
ConstantValueChanger.java 141 stats.incrementStat("Changed constant value");
IfBranchChanger.java 133 stats.incrementStat("Changed if branch operator to " + getMutationTag() + " operator");
InstructionSwapper.java 153 stats.incrementStat("Swapped two instructions");
NewArrayLengthChanger.java 139 stats.incrementStat("Changed length of new array");
ConversionRepeater.java 187 stats.incrementStat("Repeating conversion");
FieldFlagChanger.java 149 stats.incrementStat("Changed volatility of field");
InvokeChanger.java 145 stats.incrementStat("Changed invoke call instruction");
NewMethodCaller.java 182 stats.incrementStat("Called new method");
NonsenseStringPrinter.java 143 stats.incrementStat("Printed nonsense string");
PoolIndexChanger.java 191 stats.incrementStat("Changed constant pool index");
SwitchBranchShifter.java 170 stats.incrementStat("Shifted switch target");
TryBlockShifter.java 209 stats.incrementStat("Shifted boundary in a try block");
VRegChanger.java 190 stats.incrementStat("Changed a virtual register");
NewInstanceChanger.java 159 stats.incrementStat("Changed new instance.");
ValuePrinter.java 184 stats.incrementStat("Printed output value");
RandomInstructionGenerator.java 262 stats.incrementStat("Generated random instruction");
ArithOpChanger.java 144 stats.incrementStat("Changed arithmetic opcode");
  /art/tools/dexfuzz/src/dexfuzz/
MutationStats.java 41 public void incrementStat(String statName) {

Completed in 128 milliseconds