Home
last modified time | relevance | path

Searched refs:getBootClassLoader (Results 1 – 2 of 2) sorted by relevance

/art/test/912-classes/src-art/art/
DDexData.java25 public static ClassLoader getBootClassLoader() { in getBootClassLoader() method in DexData
34 return create1(getBootClassLoader()); in create1()
41 return create2(getBootClassLoader()); in create2()
48 return create12(getBootClassLoader()); in create12()
/art/test/656-annotation-lookup-generic-jni/src-art/
DMain.java64 InMemoryDexClassLoader cl = new InMemoryDexClassLoader(dexBuffer, getBootClassLoader()); in createUnquickenedDexClassLoader()
68 static ClassLoader getBootClassLoader() { in getBootClassLoader() method in Main