/art/compiler/dex/quick/ |
D | mir_to_lir-inl.h | 48 LIR* insn = static_cast<LIR*>(arena_->Alloc(sizeof(LIR), kArenaAllocLIR)); in RawLIR() local 76 LIR* insn = RawLIR(current_dalvik_offset_, opcode); in NewLIR0() local 86 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest); in NewLIR1() local 96 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1); in NewLIR2() local 106 LIR* insn = RawLIR(current_dalvik_offset_, opcode, src, info); in NewLIR2NoDest() local 116 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1, src2); in NewLIR3() local 126 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1, src2, info); in NewLIR4() local 137 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1, src2, info1, info2); in NewLIR5() local
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
D | Format10t.java | 26 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()
|
D | Format20t.java | 26 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()
|
D | Format30t.java | 26 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()
|
D | Format21t.java | 26 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()
|
D | Format22t.java | 26 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()
|
D | Format31t.java | 26 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()
|
D | Format11n.java | 26 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()
|
D | Format21h.java | 26 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()
|
D | Format21s.java | 26 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()
|
D | Format22b.java | 26 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()
|
D | Format22s.java | 26 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()
|
D | Format31i.java | 26 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()
|
D | Format3rc.java | 28 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()
|
D | Format51l.java | 26 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()
|
D | Format21c.java | 28 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()
|
D | Format22c.java | 28 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()
|
D | Format22cs.java | 27 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()
|
D | Format31c.java | 27 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()
|
D | Format35c.java | 28 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()
|
D | ContainsTarget.java | 26 public long getTarget(Instruction insn); in getTarget() 28 public void setTarget(Instruction insn, long target); in setTarget()
|
D | ContainsConst.java | 27 public long getConst(Instruction insn); in getConst() 29 public void setConst(Instruction insn, long constant); in setConst()
|
D | ContainsPoolIndex.java | 36 public int getPoolIndex(Instruction insn); in getPoolIndex() 38 public void setPoolIndex(Instruction insn, int poolIndex); in setPoolIndex()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | FieldFlagChanger.java | 110 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/ |
D | MInsn.java | 29 public Instruction insn; field in MInsn
|