Home
last modified time | relevance | path

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

123

/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64InsnHelpers.h29 static unsigned getRt(InsnType insn) { in getRt()
37 static unsigned getRa(InsnType insn) { in getRa()
41 static unsigned getRd(InsnType insn) { in getRd()
45 static unsigned getRn(InsnType insn) { in getRn()
49 static unsigned getRm(InsnType insn) { in getRm()
63 static bool isLD(InsnType insn) { in isLD()
67 static bool isLDST(InsnType insn) { in isLDST()
103 static bool isLDSTU(InsnType insn) { in isLDSTU()
136 static bool isMAC(InsnType insn) { in isMAC()
141 static bool isMLXL(InsnType insn) { in isMLXL()
[all …]
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A DContainsTarget.java26 public long getTarget(Instruction insn); in getTarget()
28 public void setTarget(Instruction insn, long target); in setTarget()
H A DContainsConst.java27 public long getConst(Instruction insn); in getConst()
29 public void setConst(Instruction insn, long constant); in setConst()
H A DContainsPoolIndex.java36 public int getPoolIndex(Instruction insn); in getPoolIndex()
38 public void setPoolIndex(Instruction insn, int poolIndex); in setPoolIndex()
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A 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
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/
H A DMInsn.java29 public Instruction insn; field in MInsn

123