Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DContainsConst.java31 public long getConstRange(); in getConstRange() method
DFormat11n.java58 public long getConstRange() { in getConstRange() method in Format11n
DFormat21h.java59 public long getConstRange() { in getConstRange() method in Format21h
DFormat21s.java59 public long getConstRange() { in getConstRange() method in Format21s
DFormat31i.java59 public long getConstRange() { in getConstRange() method in Format31i
DFormat22b.java60 public long getConstRange() { in getConstRange() method in Format22b
DFormat22s.java59 public long getConstRange() { in getConstRange() method in Format22s
DFormat51l.java62 public long getConstRange() { in getConstRange() method in Format51l
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConstantValueChanger.java116 % ((ContainsConst)constInsn.insn.info.format).getConstRange(); in generateMutation()
DRandomInstructionGenerator.java159 mutation.constValue = rng.nextLong() % ((ContainsConst)fmt).getConstRange(); in generateMutation()