Home
last modified time | relevance | path

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

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