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