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

/art/runtime/native/
H A Djava_lang_Runtime.cc68 bool success = vm->LoadNativeLibrary(filename.c_str(), classLoader, detail);
/art/runtime/
H A Djni_internal.h75 bool LoadNativeLibrary(const std::string& path, mirror::ClassLoader* class_loader,
H A Druntime.cc965 if (!instance_->java_vm_->LoadNativeLibrary(mapped_name, NULL, reason)) {
966 LOG(FATAL) << "LoadNativeLibrary failed for \"" << mapped_name << "\": " << reason;
H A Djni_internal.cc3117 bool JavaVMExt::LoadNativeLibrary(const std::string& path, ClassLoader* class_loader, function in class:art::JavaVMExt
/art/compiler/jni/
H A Djni_compiler_test.cc154 Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", soa.Decode<mirror::ClassLoader*>(class_loader_),
169 Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", soa.Decode<mirror::ClassLoader*>(class_loader_),

Completed in 5499 milliseconds