HomeSort by relevance Sort by last modified time
    Searched refs:dlopen_handle_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file.cc 146 dlopen_handle_(NULL),
153 if (dlopen_handle_ != NULL) {
154 dlclose(dlopen_handle_);
165 dlopen_handle_ = dlopen(absolute_path, RTLD_NOW);
167 if (dlopen_handle_ == NULL) {
171 begin_ = reinterpret_cast<byte*>(dlsym(dlopen_handle_, "oatdata"));
184 end_ = reinterpret_cast<byte*>(dlsym(dlopen_handle_, "oatlastword"));
oat_file.h 337 void* dlopen_handle_; member in class:art::OatFile

Completed in 46 milliseconds