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

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DContainsConst.java27 public long getConst(Instruction insn); method in interface:ContainsConst
H A DFormat11n.java48 public long getConst(Instruction insn) { method in class:Format11n
H A DFormat21h.java49 public long getConst(Instruction insn) { method in class:Format21h
H A DFormat21s.java49 public long getConst(Instruction insn) { method in class:Format21s
H A DFormat22b.java50 public long getConst(Instruction insn) { method in class:Format22b
H A DFormat22s.java49 public long getConst(Instruction insn) { method in class:Format22s
H A DFormat31i.java49 public long getConst(Instruction insn) { method in class:Format31i
H A DFormat51l.java52 public long getConst(Instruction insn) { method in class:Format51l
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DConstantValueChanger.java109 long oldConstant = ((ContainsConst)constInsn.insn.info.format).getConst(constInsn.insn);
136 long oldConstant = ((ContainsConst)constInsn.insn.info.format).getConst(constInsn.insn);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java276 long constant = ((ContainsConst)format).getConst(this);

Completed in 259 milliseconds