Home
last modified time | relevance | path

Searched defs:insn (Results 1 – 25 of 52) sorted by relevance

123

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat10t.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
48 public long getTarget(Instruction insn) { in getTarget()
53 public void setTarget(Instruction insn, long target) { in setTarget()
DFormat30t.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
49 public long getTarget(Instruction insn) { in getTarget()
54 public void setTarget(Instruction insn, long target) { in setTarget()
DFormat20t.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
49 public long getTarget(Instruction insn) { in getTarget()
54 public void setTarget(Instruction insn, long target) { in setTarget()
DFormat21t.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
49 public long getTarget(Instruction insn) { in getTarget()
54 public void setTarget(Instruction insn, long target) { in setTarget()
DFormat31t.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
49 public long getTarget(Instruction insn) { in getTarget()
54 public void setTarget(Instruction insn, long target) { in setTarget()
DFormat22t.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
49 public long getTarget(Instruction insn) { in getTarget()
54 public void setTarget(Instruction insn, long target) { in setTarget()
DFormat21h.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
49 public long getConst(Instruction insn) { in getConst()
54 public void setConst(Instruction insn, long constant) { in setConst()
DFormat22b.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
50 public long getConst(Instruction insn) { in getConst()
55 public void setConst(Instruction insn, long constant) { in setConst()
DFormat3rc.java28 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
52 public int getPoolIndex(Instruction insn) { in getPoolIndex()
57 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
DFormat11n.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
48 public long getConst(Instruction insn) { in getConst()
53 public void setConst(Instruction insn, long constant) { in setConst()
DFormat21s.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
49 public long getConst(Instruction insn) { in getConst()
54 public void setConst(Instruction insn, long constant) { in setConst()
DFormat51l.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
52 public long getConst(Instruction insn) { in getConst()
57 public void setConst(Instruction insn, long constant) { in setConst()
DFormat31i.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
49 public long getConst(Instruction insn) { in getConst()
54 public void setConst(Instruction insn, long constant) { in setConst()
DFormat22s.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
49 public long getConst(Instruction insn) { in getConst()
54 public void setConst(Instruction insn, long constant) { in setConst()
DFormat21c.java28 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
56 public int getPoolIndex(Instruction insn) { in getPoolIndex()
61 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
DFormat31c.java27 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
55 public int getPoolIndex(Instruction insn) { in getPoolIndex()
60 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
DFormat22cs.java27 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
57 public int getPoolIndex(Instruction insn) { in getPoolIndex()
62 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
DFormat35c.java28 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
59 public int getPoolIndex(Instruction insn) { in getPoolIndex()
64 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
DFormat22c.java28 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
56 public int getPoolIndex(Instruction insn) { in getPoolIndex()
61 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex()
DContainsTarget.java26 public long getTarget(Instruction insn); in getTarget()
28 public void setTarget(Instruction insn, long target); in setTarget()
DContainsConst.java27 public long getConst(Instruction insn); in getConst()
29 public void setConst(Instruction insn, long constant); in setConst()
DContainsPoolIndex.java36 public int getPoolIndex(Instruction insn); in getPoolIndex()
38 public void setPoolIndex(Instruction insn, int poolIndex); in setPoolIndex()
DFormat3rms.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DFieldFlagChanger.java110 Instruction insn = fieldInsns.get(fieldInsnIdx).insn; in generateMutation() local
136 Instruction insn = fieldInsns.get(mutation.fieldInsnIdx).insn; in applyMutation() local
158 Instruction insn = mInsn.insn; in isFileDefinedFieldInstruction() local
/art/tools/dexfuzz/src/dexfuzz/program/
DMInsn.java29 public Instruction insn; field in MInsn

123