Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc146 dlopen_handle_(NULL), in OatFile()
153 if (dlopen_handle_ != NULL) { in ~OatFile()
154 dlclose(dlopen_handle_); in ~OatFile()
165 dlopen_handle_ = dlopen(absolute_path, RTLD_NOW); in Dlopen()
167 if (dlopen_handle_ == NULL) { in Dlopen()
171 begin_ = reinterpret_cast<byte*>(dlsym(dlopen_handle_, "oatdata")); in Dlopen()
184 end_ = reinterpret_cast<byte*>(dlsym(dlopen_handle_, "oatlastword")); in Dlopen()
Doat_file.h337 void* dlopen_handle_; variable