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 142 dlopen_handle_(NULL),
149 if (dlopen_handle_ != NULL) {
150 dlclose(dlopen_handle_);
161 dlopen_handle_ = dlopen(absolute_path, RTLD_NOW);
163 if (dlopen_handle_ == NULL) {
167 begin_ = reinterpret_cast<byte*>(dlsym(dlopen_handle_, "oatdata"));
180 end_ = reinterpret_cast<byte*>(dlsym(dlopen_handle_, "oatlastword"));
oat_file.h 337 void* dlopen_handle_; member in class:art::OatFile

Completed in 33 milliseconds