Searched refs:incrementStat (Results 1 – 23 of 23) sorted by relevance
97 stats.incrementStat("Deleted instruction"); in applyMutation()109 stats.incrementStat("Deleted a with-data insn's data"); in applyMutation()131 stats.incrementStat("Deleted a data insn's with-data insn"); in applyMutation()
100 stats.incrementStat("Duplicated instruction"); in applyMutation()
100 stats.incrementStat("Clobbered the registers"); in applyMutation()
133 stats.incrementStat("Changed if branch operator to " + getMutationTag() + " operator"); in applyMutation()
153 stats.incrementStat("Swapped two instructions"); in applyMutation()
165 stats.incrementStat("Shifted branch target"); in applyMutation()
127 stats.incrementStat("Changed comparison bias"); in applyMutation()
141 stats.incrementStat("Changed constant value"); in applyMutation()
139 stats.incrementStat("Changed length of new array"); in applyMutation()
170 stats.incrementStat("Shifted switch target"); in applyMutation()
187 stats.incrementStat("Repeating conversion"); in applyMutation()
190 stats.incrementStat("Changed a virtual register"); in applyMutation()
145 stats.incrementStat("Changed invoke call instruction"); in applyMutation()
191 stats.incrementStat("Changed constant pool index"); in applyMutation()
143 stats.incrementStat("Printed nonsense string"); in applyMutation()
149 stats.incrementStat("Changed volatility of field"); in applyMutation()
209 stats.incrementStat("Shifted boundary in a try block"); in applyMutation()
182 stats.incrementStat("Called new method"); in applyMutation()
159 stats.incrementStat("Changed new instance."); in applyMutation()
184 stats.incrementStat("Printed output value"); in applyMutation()
262 stats.incrementStat("Generated random instruction"); in applyMutation()
144 stats.incrementStat("Changed arithmetic opcode"); in applyMutation()
41 public void incrementStat(String statName) { in incrementStat() method in MutationStats