Searched refs:getBytecodeFromDex (Results 1 – 2 of 2) sorted by relevance
123 jmethodID getBytecodeFromDex = in initializeBootclassOverrideJar() local126 if (getBytecodeFromDex == nullptr) { in initializeBootclassOverrideJar()138 bootHelperClass, getBytecodeFromDex, jjarPath, jdexFile); in initializeBootclassOverrideJar()
35 public static byte[] getBytecodeFromDex(String jarPath, String dexFile) throws IOException { in getBytecodeFromDex() method in DexFileManager