Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java48 public boolean hasPoolIndex; field in RandomInstructionGenerator.AssociatedMutation
64 (hasPoolIndex ? "T" : "F"), in getString()
82 hasPoolIndex = (elements[6].equals("T")); in parseString()
162 mutation.hasPoolIndex = true; in generateMutation()
230 if (mutation.hasPoolIndex) { in applyMutation()