Searched refs:system_clazz (Results 1 – 1 of 1) sorted by relevance
320 jclass system_clazz = env->FindClass("java/lang/System"); in testShallowGetCallingClassLoader() local321 CHECK(system_clazz != nullptr); in testShallowGetCallingClassLoader()324 jmethodID loadLibraryMethodId = env->GetStaticMethodID(system_clazz, "loadLibrary", in testShallowGetCallingClassLoader()334 env->CallStaticVoidMethod(system_clazz, loadLibraryMethodId, library_string); in testShallowGetCallingClassLoader()