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 45 class OatFileManager {
47 OatFileManager() : have_non_pic_oat_file_(false) {}
48 ~OatFileManager();
126 DISALLOW_COPY_AND_ASSIGN(OatFileManager);
oat_file_manager.cc 52 const OatFile* OatFileManager::RegisterOatFile(std::unique_ptr<const OatFile> oat_file) {
70 void OatFileManager::UnRegisterAndDeleteOatFile(const OatFile* oat_file) {
80 const OatFile* OatFileManager::FindOpenedOatFileFromDexLocation(
94 const OatFile* OatFileManager::FindOpenedOatFileFromOatLocation(const std::string& oat_location)
100 const OatFile* OatFileManager::FindOpenedOatFileFromOatLocationLocked(
110 std::vector<const OatFile*> OatFileManager::GetBootOatFiles() const {
120 const OatFile* OatFileManager::GetPrimaryOatFile() const {
134 OatFileManager::~OatFileManager() {
135 // Explicitly clear oat_files_ since the OatFile destructor calls back into OatFileManager fo
    [all...]

Completed in 191 milliseconds