Searched defs:findClass (Results 1 – 9 of 9) sorted by relevance
34 jclass findClass(JNIEnv* env, const char* name) { in findClass() function
75 protected java.lang.Class<?> findClass(java.lang.String name) in findClass() method in URLClassLoader
404 protected Class<?> findClass(String name) throws ClassNotFoundException { in findClass() method in ClassLoader1357 protected Class<?> findClass(String name) throws ClassNotFoundException { in findClass() method in BootClassLoader
192 protected Class<?> findClass(String name) throws ClassNotFoundException { in findClass() method in BaseDexClassLoader
531 public Class<?> findClass(String name, List<Throwable> suppressed) { in findClass() method in DexPathList771 public Class<?> findClass(String name, ClassLoader definingContext, in findClass() method in DexPathList.Element
211 public Class<?> findClass(String name) in findClass() method in OldURLClassLoaderTest.TestURLClassLoader
64 protected java.lang.Class<?> findClass(java.lang.String name) in findClass() method in ClassLoader
30 jclass findClass(JNIEnv* env, const char* name) { in findClass() function
356 protected Class<?> findClass(final String name) in findClass() method in URLClassLoader