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

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

Completed in 494 milliseconds