Searched defs:findClass (Results 1 – 5 of 5) sorted by relevance
76 static jclass findClass(JNIEnv* env, const char name[]) { in findClass() function
286 static jclass findClass(JNIEnv* env, const char* name) { in findClass() function
95 protected Class<?> findClass(String name) throws ClassNotFoundException { in findClass() method in LayoutLibTestCallback
334 protected Class<?> findClass(String name) throws ClassNotFoundException { in findClass() method in DelegateClassAdapterTest.ClassLoader2
212 ClassReader findClass(String className, Map<String, ClassReader> zipClasses, in findClass() method in AsmAnalyzer