Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java37 public int printedOutputIdx; field in ValuePrinter.AssociatedMutation
41 return Integer.toString(printedOutputIdx); in getString()
46 printedOutputIdx = Integer.parseInt(elements[2]); in parseString()
80 int printedOutputIdx = 0; in generateMutation() local
84 printedOutputIdx = rng.nextInt(mutatableCode.getInstructionCount()); in generateMutation()
86 mutatableCode.getInstructionAt(printedOutputIdx); in generateMutation()
101 mutation.printedOutputIdx = printedOutputIdx; in generateMutation()
112 mutatableCode.getInstructionAt(mutation.printedOutputIdx); in applyMutation()
186 mutatableCode.insertInstructionAfter(invokeInsn, mutation.printedOutputIdx); in applyMutation()
187 mutatableCode.insertInstructionAfter(streamLoadInsn, mutation.printedOutputIdx); in applyMutation()
[all …]