Searched defs:dlopen_handle_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dplugin.h43 return dlopen_handle_ != nullptr;
65 dlopen_handle_(other.dlopen_handle_) { function in class:art::Plugin
66 other.dlopen_handle_ = nullptr;
70 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { }
73 void* dlopen_handle_; member in class:art::Plugin
H A Doat_file.cc911 dlopen_handle_(nullptr),
916 if (dlopen_handle_ != nullptr) {
919 host_dlopen_handles_.erase(dlopen_handle_);
920 dlclose(dlopen_handle_);
922 dlclose(dlopen_handle_);
931 reinterpret_cast<const uint8_t*>(dlsym(dlopen_handle_, symbol_name.c_str()));
971 void* dlopen_handle_; // TODO: Unique_ptr with custom deleter. member in class:art::FINAL
1046 DCHECK(dlopen_handle_ != nullptr || !success);
1078 dlopen_handle_ = android_dlopen_ext(absolute_path.get(), RTLD_NOW, &extinfo);
1083 dlopen_handle_
[all...]
/art/runtime/ti/
H A Dagent.h115 dlopen_handle_(dlopen_handle),
125 void* dlopen_handle_; member in class:art::ti::Agent

Completed in 56 milliseconds