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

  /art/runtime/
oat_file_manager.h 48 OatFileManager() : have_non_pic_oat_file_(false) {}
70 return have_non_pic_oat_file_;
127 bool have_non_pic_oat_file_; member in class:art::OatFileManager
oat_file_manager.cc 66 have_non_pic_oat_file_ = have_non_pic_oat_file_ || !oat_file->IsPic();

Completed in 56 milliseconds