Home
last modified time | relevance | path

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

/art/test/004-JniTest/
Djni_test.cc324 jmethodID loadLibraryMethodId = env->GetStaticMethodID(system_clazz, "loadLibrary", in testShallowGetCallingClassLoader() local
326 CHECK(loadLibraryMethodId != nullptr); in testShallowGetCallingClassLoader()
334 env->CallStaticVoidMethod(system_clazz, loadLibraryMethodId, library_string); in testShallowGetCallingClassLoader()