Searched refs:getBootClassLoader (Results 1 – 2 of 2) sorted by relevance
25 public static ClassLoader getBootClassLoader() { in getBootClassLoader() method in DexData34 return create1(getBootClassLoader()); in create1()41 return create2(getBootClassLoader()); in create2()48 return create12(getBootClassLoader()); in create12()
64 InMemoryDexClassLoader cl = new InMemoryDexClassLoader(dexBuffer, getBootClassLoader()); in createUnquickenedDexClassLoader()68 static ClassLoader getBootClassLoader() { in getBootClassLoader() method in Main