Searched refs:FindClassWithClassLoader (Results 1 – 1 of 1) sorted by relevance
155 static jclass FindClassWithClassLoader(JNIEnv* env, const char* class_name, jobject class_loader) { in FindClassWithClassLoader() function179 return FindClassWithClassLoader(env, class_name, class_loader); in FindClass()190 jclass from_system = FindClassWithClassLoader(env, class_name, system_class_loader.get()); in FindClass()213 result = FindClassWithClassLoader(env, class_name, info.context_class_loader); in FindClass()