Searched refs:getConstRange (Results 1 - 10 of 10) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ | ||
H A D | ContainsConst.java | 31 public long getConstRange(); method in interface:ContainsConst |
H A D | Format11n.java | 58 public long getConstRange() { method in class:Format11n |
H A D | Format21h.java | 59 public long getConstRange() { method in class:Format21h |
H A D | Format21s.java | 59 public long getConstRange() { method in class:Format21s |
H A D | Format22b.java | 60 public long getConstRange() { method in class:Format22b |
H A D | Format22s.java | 59 public long getConstRange() { method in class:Format22s |
H A D | Format31i.java | 59 public long getConstRange() { method in class:Format31i |
H A D | Format51l.java | 62 public long getConstRange() { method in class:Format51l |
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ | ||
H A D | ConstantValueChanger.java | 116 % ((ContainsConst)constInsn.insn.info.format).getConstRange(); |
H A D | RandomInstructionGenerator.java | 159 mutation.constValue = rng.nextLong() % ((ContainsConst)fmt).getConstRange(); |
Completed in 524 milliseconds