Searched refs:printedOutputIdx (Results 1 – 1 of 1) sorted by relevance
37 public int printedOutputIdx; field in ValuePrinter.AssociatedMutation41 return Integer.toString(printedOutputIdx); in getString()46 printedOutputIdx = Integer.parseInt(elements[2]); in parseString()80 int printedOutputIdx = 0; in generateMutation() local84 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 …]