Home
last modified time | relevance | path

Searched refs:system_clazz (Results 1 – 1 of 1) sorted by relevance

/art/test/004-JniTest/
Djni_test.cc320 jclass system_clazz = env->FindClass("java/lang/System"); in testShallowGetCallingClassLoader() local
321 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()