Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Runtime.cc68 bool success = vm->LoadNativeLibrary(filename.c_str(), classLoader, detail); in Runtime_nativeLoad()
/art/runtime/
Djni_internal.h75 bool LoadNativeLibrary(const std::string& path, mirror::ClassLoader* class_loader,
Druntime.cc965 if (!instance_->java_vm_->LoadNativeLibrary(mapped_name, NULL, reason)) { in InitNativeMethods()
Djni_internal.cc3120 bool JavaVMExt::LoadNativeLibrary(const std::string& path, ClassLoader* class_loader, in LoadNativeLibrary() function in art::JavaVMExt
/art/compiler/jni/
Djni_compiler_test.cc154 …Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", soa.Decode<mirror::ClassLoader*>(class_load… in TEST_F()
169 …Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", soa.Decode<mirror::ClassLoader*>(class_load… in TEST_F()