Searched refs:LoadNativeLibrary (Results 1 – 5 of 5) sorted by relevance
/art/runtime/native/ |
D | java_lang_Runtime.cc | 68 bool success = vm->LoadNativeLibrary(filename.c_str(), classLoader, detail); in Runtime_nativeLoad()
|
/art/runtime/ |
D | jni_internal.h | 75 bool LoadNativeLibrary(const std::string& path, mirror::ClassLoader* class_loader,
|
D | runtime.cc | 965 if (!instance_->java_vm_->LoadNativeLibrary(mapped_name, NULL, reason)) { in InitNativeMethods()
|
D | jni_internal.cc | 3120 bool JavaVMExt::LoadNativeLibrary(const std::string& path, ClassLoader* class_loader, in LoadNativeLibrary() function in art::JavaVMExt
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 154 …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()
|