/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | RawDexObject.java | 30 public void read(DexRandomAccessFile file) throws IOException; in read() 37 public void write(DexRandomAccessFile file) throws IOException; in write()
|
H A D | AnnotationOffItem.java | 25 public void read(DexRandomAccessFile file) throws IOException { in read() 30 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | AnnotationSetRefItem.java | 25 public void read(DexRandomAccessFile file) throws IOException { in read() 30 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | TypeItem.java | 25 public void read(DexRandomAccessFile file) throws IOException { in read() 30 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | EncodedArrayItem.java | 25 public void read(DexRandomAccessFile file) throws IOException { in read() 31 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | EncodedTypeAddrPair.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() 32 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | StringIdItem.java | 25 public void read(DexRandomAccessFile file) throws IOException { in read() 31 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | TryItem.java | 27 public void read(DexRandomAccessFile file) throws IOException { in read() 34 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | TypeIdItem.java | 25 public void read(DexRandomAccessFile file) throws IOException { in read() 31 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | AnnotationElement.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() 32 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | FieldAnnotation.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() 32 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | MethodAnnotation.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() 32 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | ParameterAnnotation.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() 32 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | AnnotationItem.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() 33 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | DebugInfoItem.java | 33 public void read(DexRandomAccessFile file) throws IOException { in read() 45 public void write(DexRandomAccessFile file) throws IOException { in write()
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
H A D | AbstractFormat.java | 19 import dexfuzz.rawdex.DexRandomAccessFile; 51 public abstract void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException; in writeToFile()
|
H A D | Format00x.java | 19 import dexfuzz.rawdex.DexRandomAccessFile; 31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
|
H A D | Format1.java | 19 import dexfuzz.rawdex.DexRandomAccessFile; 31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
|
H A D | Format2.java | 19 import dexfuzz.rawdex.DexRandomAccessFile; 31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
|
H A D | Format3.java | 19 import dexfuzz.rawdex.DexRandomAccessFile; 31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
|
H A D | Format5.java | 19 import dexfuzz.rawdex.DexRandomAccessFile; 31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
|
H A D | Format10x.java | 19 import dexfuzz.rawdex.DexRandomAccessFile; 26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
|
H A D | Format11x.java | 19 import dexfuzz.rawdex.DexRandomAccessFile; 26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
|
H A D | Format12x.java | 19 import dexfuzz.rawdex.DexRandomAccessFile; 26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
|
H A D | Format20bc.java | 19 import dexfuzz.rawdex.DexRandomAccessFile; 30 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
|