Searched refs:RawDexFile (Results 1 – 13 of 13) sorted by relevance
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/pool/ |
D | RollbackTest.java | 39 import org.jf.dexlib2.dexbacked.raw.RawDexFile; 78 RawDexFile dexFile1; in testRollback() 87 dexFile1 = new RawDexFile(Opcodes.getDefault(), dataStore.getBuffer()); in testRollback() 90 RawDexFile dexFile2; in testRollback() 96 dexFile2 = new RawDexFile(Opcodes.getDefault(), dataStore.getBuffer()); in testRollback()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | RawDexFile.java | 44 public class RawDexFile extends DexBackedDexFile { class 47 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull BaseDexBuffer buf) { in RawDexFile() method in RawDexFile 52 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf) { in RawDexFile() method in RawDexFile
|
D | ClassDataItem.java | 128 … private int annotateEncodedField(@Nonnull AnnotatedBytes out, @Nonnull RawDexFile dexFile, in makeAnnotator() 144 … private int annotateEncodedMethod(@Nonnull AnnotatedBytes out, @Nonnull RawDexFile dexFile, in makeAnnotator()
|
D | HeaderItem.java | 86 @Nonnull private RawDexFile dexFile; 88 public HeaderItem(@Nonnull RawDexFile dexFile) { in HeaderItem()
|
D | TypeIdItem.java | 78 public static String[] getTypes(@Nonnull RawDexFile dexFile) {
|
D | SectionAnnotator.java | 45 @Nonnull public final RawDexFile dexFile;
|
D | FieldIdItem.java | 95 public static String[] getFields(@Nonnull RawDexFile dexFile) {
|
D | StringIdItem.java | 105 public static String[] getStrings(@Nonnull RawDexFile dexFile) {
|
D | ProtoIdItem.java | 98 public static String[] getProtos(@Nonnull RawDexFile dexFile) {
|
D | MethodIdItem.java | 95 public static String[] getMethods(@Nonnull RawDexFile dexFile) {
|
D | ClassDefItem.java | 127 public static String[] getClasses(@Nonnull RawDexFile dexFile) { in getClasses()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | DumpCommand.java | 38 import org.jf.dexlib2.dexbacked.raw.RawDexFile; 103 RawDexFile rawDexFile = new RawDexFile(dexFile.getOpcodes(), dexFile); in dump()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/ |
D | DexAnnotator.java | 49 @Nonnull public final RawDexFile dexFile; 87 public DexAnnotator(@Nonnull RawDexFile dexFile, int width) { in DexAnnotator()
|