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 48 class OatFileManager {
50 OatFileManager();
51 ~OatFileManager();
194 DISALLOW_COPY_AND_ASSIGN(OatFileManager);
oat_file_manager.cc 67 const OatFile* OatFileManager::RegisterOatFile(std::unique_ptr<const OatFile> oat_file) {
88 void OatFileManager::UnRegisterAndDeleteOatFile(const OatFile* oat_file) {
98 const OatFile* OatFileManager::FindOpenedOatFileFromDexLocation(
112 const OatFile* OatFileManager::FindOpenedOatFileFromOatLocation(const std::string& oat_location)
118 const OatFile* OatFileManager::FindOpenedOatFileFromOatLocationLocked(
128 std::vector<const OatFile*> OatFileManager::GetBootOatFiles() const {
139 const OatFile* OatFileManager::GetPrimaryOatFile() const {
153 OatFileManager::OatFileManager()
156 OatFileManager::~OatFileManager()
    [all...]

Completed in 44 milliseconds