Searched refs:RawDexFile (Results 1 – 12 of 12) sorted by relevance
47 public class RawDexFile extends DexBackedDexFile { class50 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull BaseDexBuffer buf) { in RawDexFile() method in RawDexFile55 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf) { in RawDexFile() method in RawDexFile87 return new MapItem(RawDexFile.this, mapItemOffset); in getMapItems()
128 … private int annotateEncodedField(@Nonnull AnnotatedBytes out, @Nonnull RawDexFile dexFile, in makeAnnotator()144 … private int annotateEncodedMethod(@Nonnull AnnotatedBytes out, @Nonnull RawDexFile dexFile, in makeAnnotator()
93 @Nonnull private RawDexFile dexFile;95 public HeaderItem(@Nonnull RawDexFile dexFile) { in HeaderItem()
78 public static String[] getTypes(@Nonnull RawDexFile dexFile) {
45 @Nonnull public final RawDexFile dexFile;
98 public static String[] getProtos(@Nonnull RawDexFile dexFile) {
95 public static String[] getFields(@Nonnull RawDexFile dexFile) {
95 public static String[] getMethods(@Nonnull RawDexFile dexFile) {
105 public static String[] getStrings(@Nonnull RawDexFile dexFile) {
127 public static String[] getClasses(@Nonnull RawDexFile dexFile) { in getClasses()
33 import org.jf.dexlib2.dexbacked.raw.RawDexFile;55 RawDexFile rawDexFile = new RawDexFile(Opcodes.forApi(apiLevel), dexFile); in dump()
49 @Nonnull public final RawDexFile dexFile;85 public DexAnnotator(@Nonnull RawDexFile dexFile, int width) { in DexAnnotator()