Home
last modified time | relevance | path

Searched refs:DexFile (Results 1 – 21 of 21) sorted by relevance

/external/vogar/src/vogar/target/
DClassPathScanner.java19 import dalvik.system.DexFile;
52 private static Map<String, DexFile> createDexFiles(String[] classPath) { in createDexFiles()
53 Map<String, DexFile> result = new HashMap<String, DexFile>(); in createDexFiles()
61 result.put(classPathEntry.getName(), new DexFile(classPathEntry)); in createDexFiles()
231 private final Map<String, DexFile> dexFiles;
233 ApkClassFinder(Map<String, DexFile> dexFiles) { in ApkClassFinder()
243 DexFile dexFile = dexFiles.get(classPathEntry.getName()); in find()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DDexRewriter.java106 public DexFile rewriteDexFile(@Nonnull DexFile dexFile) { in rewriteDexFile()
110 protected class RewrittenDexFile implements DexFile {
111 @Nonnull protected final DexFile dexFile;
113 public RewrittenDexFile(@Nonnull DexFile dexFile) { in RewrittenDexFile()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DDexClassProvider.java36 import org.jf.dexlib2.iface.DexFile;
42 private final DexFile dexFile;
45 public DexClassProvider(DexFile dexFile) { in DexClassProvider()
DClassPathResolver.java45 import org.jf.dexlib2.iface.DexFile;
83 @Nonnull List<String> extraClassPathEntries, @Nonnull DexFile dexFile) in ClassPathResolver()
103 @Nonnull DexFile dexFile) in ClassPathResolver()
109 … @Nonnull List<String> extraClassPathEntries, @Nonnull DexFile dexFile, boolean unused) in ClassPathResolver()
321 private static List<String> getDefaultBootClassPath(@Nonnull DexFile dexFile, int apiLevel) { in getDefaultBootClassPath()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableDexFile.java37 import org.jf.dexlib2.iface.DexFile;
44 public class ImmutableDexFile implements DexFile {
58 public static ImmutableDexFile of(DexFile dexFile) { in of()
/external/smali/baksmali/src/test/java/org/jf/baksmali/
DFieldGapOrderTest.java38 import org.jf.dexlib2.iface.DexFile;
45 DexFile dexFile = getInputDexFile("FieldGapOrder", new BaksmaliOptions()); in testOldOrder()
59 DexFile dexFile = getInputDexFile("FieldGapOrder", new BaksmaliOptions()); in testNewOrder()
DAnalysisTest.java43 import org.jf.dexlib2.iface.DexFile;
100DexFile dexFile = DexFileFactory.loadDexFile(findResource(dexFilePath), Opcodes.getDefault()); in runTest()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DMethodAnalyzerTest.java44 import org.jf.dexlib2.iface.DexFile;
82DexFile dexFile = new ImmutableDexFile(forArtVersion(56), Collections.singletonList(classDef)); in testInstanceOfNarrowingEqz_art()
113DexFile dexFile = new ImmutableDexFile(Opcodes.forApi(19), Collections.singletonList(classDef)); in testInstanceOfNarrowingEqz_dalvik()
145DexFile dexFile = new ImmutableDexFile(forArtVersion(56), Collections.singletonList(classDef)); in testInstanceOfNarrowingNez_art()
176DexFile dexFile = new ImmutableDexFile(Opcodes.getDefault(), Collections.singletonList(classDef)); in testInstanceOfNarrowingNez_dalvik()
209DexFile dexFile = new ImmutableDexFile(forArtVersion(56), Collections.singletonList(classDef)); in testInstanceOfNarrowingAfterMove_art()
244DexFile dexFile = new ImmutableDexFile(Opcodes.getDefault(), Collections.singletonList(classDef)); in testInstanceOfNarrowingAfterMove_dalvik()
DCustomMethodInlineTableTest.java40 import org.jf.dexlib2.iface.DexFile;
71 DexFile dexFile = new ImmutableDexFile(Opcodes.getDefault(), ImmutableList.of(classDef)); in testCustomMethodInlineTable_Virtual()
100 DexFile dexFile = new ImmutableDexFile(Opcodes.getDefault(), ImmutableList.of(classDef)); in testCustomMethodInlineTable_Static()
129 DexFile dexFile = new ImmutableDexFile(Opcodes.getDefault(), ImmutableList.of(classDef)); in testCustomMethodInlineTable_Direct()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DMultiDexContainer.java44 public interface MultiDexContainer<T extends DexFile> {
66 interface MultiDexFile extends DexFile {
DDexFile.java42 public interface DexFile { interface
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DAnalysisArguments.java40 import org.jf.dexlib2.iface.DexFile;
84 public ClassPath loadClassPathForDexFile(@Nonnull File dexFileDir, @Nonnull DexFile dexFile, in loadClassPathForDexFile()
90 public ClassPath loadClassPathForDexFile(@Nonnull File dexFileDir, @Nonnull DexFile dexFile, in loadClassPathForDexFile()
DBaksmali.java35 import org.jf.dexlib2.iface.DexFile;
47 …public static boolean disassembleDexFile(DexFile dexFile, File outputDir, int jobs, final Baksmali… in disassembleDexFile()
51 …public static boolean disassembleDexFile(DexFile dexFile, File outputDir, int jobs, final Baksmali… in disassembleDexFile()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DDexMaker.java25 import com.android.dx.dex.file.DexFile;
207 private DexFile outputDex;
330 outputDex = new DexFile(options); in generate()
541 DexFile getDexFile() { in getDexFile()
545 outputDex = new DexFile(options); in getDexFile()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/
DAccessorTest.java37 import org.jf.dexlib2.iface.DexFile;
82 DexFile f = DexFileFactory.loadDexFile(url.getFile(), Opcodes.getDefault()); in testAccessors()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DDexPool.java73 …c static void writeTo(@Nonnull DexDataStore dataStore, @Nonnull org.jf.dexlib2.iface.DexFile input) in writeTo()
82 …public static void writeTo(@Nonnull String path, @Nonnull org.jf.dexlib2.iface.DexFile input) thro… in writeTo()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedDexFile.java43 import org.jf.dexlib2.iface.DexFile;
56 public class DexBackedDexFile extends BaseDexBuffer implements DexFile {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DDexFileFactory.java48 import org.jf.dexlib2.iface.DexFile;
289 …public static void writeDexFile(@Nonnull String path, @Nonnull DexFile dexFile) throws IOException… in writeDexFile()
/external/dexmaker/dexmaker-mockito-inline-tests/src/main/jni/multiplejvmtiagentsinterferenceagent/
Dagent.cc65 std::shared_ptr<ir::DexFile> ir = reader.GetIr(); in Transform()
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/
Dagent.cc92 std::shared_ptr<ir::DexFile> ir = reader.GetIr(); in Transform()
281 std::shared_ptr<ir::DexFile> dex_ir = reader.GetIr(); in Java_com_android_dx_mockito_inline_StaticClassTransformer_nativeRedefine()
713 std::shared_ptr<ir::DexFile> class_ir = reader.GetIr(); in InspectClass()
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
Dagent.cc92 std::shared_ptr<ir::DexFile> ir = reader.GetIr(); in Transform()
300 std::shared_ptr<ir::DexFile> dex_ir = reader.GetIr(); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine()