Searched defs:findClass (Results 1 – 4 of 4) sorted by relevance
204 protected Class<?> findClass(String name) throws ClassNotFoundException { in findClass() method in ClassLoaderTest.MyLoader
76 static jclass findClass(JNIEnv* env, const char name[]) { in findClass() function
337 jclass AndroidRuntime::findClass(JNIEnv* env, const char* className) in findClass() function in android::AndroidRuntime
175 ClassReader findClass(String className, Map<String, ClassReader> zipClasses, in findClass() method in AsmAnalyzer