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