Home
last modified time | relevance | path

Searched defs:getClassLoader (Results 1 – 5 of 5) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatPlaceHolderClassObj.java68 @Override public AhatInstance getClassLoader() { in getClassLoader() method in AhatPlaceHolderClassObj
DAhatClassObj.java88 public AhatInstance getClassLoader() { in getClassLoader() method in AhatClassObj
/art/test/1901-get-bytecodes/src/art/
DTest1901.java103 public static ClassLoader getClassLoader() throws Exception { in getClassLoader() method in Test1901
/art/test/1911-get-local-var-table/src/art/
DTest1911.java170 public static ClassLoader getClassLoader() throws Exception { in getClassLoader() method in Test1911
/art/test/912-classes/src-art/art/
DTest912.java385 private static native Object getClassLoader(Class<?> c); in getClassLoader() method in Test912