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

  /art/runtime/
oat_file_manager.h 46 class OatFileManager {
48 OatFileManager() : have_non_pic_oat_file_(false) {}
49 ~OatFileManager();
129 DISALLOW_COPY_AND_ASSIGN(OatFileManager);
oat_file_manager.cc 54 const OatFile* OatFileManager::RegisterOatFile(std::unique_ptr<const OatFile> oat_file) {
72 void OatFileManager::UnRegisterAndDeleteOatFile(const OatFile* oat_file) {
82 const OatFile* OatFileManager::FindOpenedOatFileFromDexLocation(
96 const OatFile* OatFileManager::FindOpenedOatFileFromOatLocation(const std::string& oat_location)
102 const OatFile* OatFileManager::FindOpenedOatFileFromOatLocationLocked(
112 std::vector<const OatFile*> OatFileManager::GetBootOatFiles() const {
122 const OatFile* OatFileManager::GetPrimaryOatFile() const {
136 OatFileManager::~OatFileManager() {
137 // Explicitly clear oat_files_ since the OatFile destructor calls back into OatFileManager fo
    [all...]

Completed in 55 milliseconds