summaryrefslogtreecommitdiff
path: root/runtime/oat_file_assistant.h
Commit message (Expand)AuthorAgeFilesLines
* odrefresh: enable loading of system_server image filesOrion Hodson2021-06-141-6/+7
* Revert "Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBe...Nicolas Geoffray2021-04-191-6/+14
* Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile."David Srbecky2021-04-171-14/+6
* Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile.Nicolas Geoffray2021-04-151-6/+14
* Support loading vdex files without odex.Nicolas Geoffray2021-02-261-0/+10
* Use the checksum in the dex header for anynomous vdex files.Nicolas Geoffray2021-02-181-3/+1
* [metrics] Report some ART metadataEric Holk2021-02-091-1/+1
* Improve trace logging when loading odex filesCalin Juravle2021-02-021-0/+9
* Remove unused class member `art::OatFileAssistant::flock_`.Roland Levillain2020-07-281-7/+0
* Rewrite OatFileManager::OpenDexFilesFromOat.Nicolas Geoffray2020-07-021-5/+2
* Revert "Revert "Make class loader context fail for unknown class loaders""Calin Juravle2020-02-151-6/+6
* Revert "Make class loader context fail for unknown class loaders"Stefania Halac2020-02-141-6/+6
* Make class loader context fail for unknown class loadersCalin Juravle2020-02-121-6/+6
* Oat file checksums for boot image extensions.Vladimir Marko2019-10-301-1/+1
* Create vdex file for dex loaded with InMemoryDexClassLoaderDavid Brazdil2019-04-021-0/+15
* Open only necessary files for BCP checksums test.Vladimir Marko2019-03-251-21/+4
* Support FDs for class loader context dex filesDavid Brazdil2019-03-221-3/+5
* Revert^2 "Allow boot image for a part of the boot classpath."Vladimir Marko2018-12-141-1/+3
* Revert "Allow boot image for a part of the boot classpath."Andreas Gampe2018-12-131-3/+1
* Allow boot image for a part of the boot classpath.Vladimir Marko2018-12-121-1/+3
* ART: Add boot/app image checksums.Vladimir Marko2018-11-211-2/+1
* Remove oat_data_begin checks from OatFile.Vladimir Marko2018-10-171-1/+0
* Remove PIC option from oat files.Vladimir Marko2018-09-041-12/+0
* Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""Nicolas Geoffray2018-08-301-83/+0
* Revert "Remove OatFileAssistant::MakeUpToDate and friends."Mathieu Chartier2018-08-291-0/+83
* Remove OatFileAssistant::MakeUpToDate and friends.Nicolas Geoffray2018-08-281-83/+0
* Pass the fd to OatFile::Setup to avoid selinux errors.Nicolas Geoffray2018-04-241-1/+6
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-1/+1
* Revert "Revert "Full-stack integrity: check vdex contents.""Nicolas Geoffray2018-02-281-0/+3
* Revert "Full-stack integrity: check vdex contents."Nicolas Geoffray2018-02-271-3/+0
* Full-stack integrity: check vdex contents.Nicolas Geoffray2018-02-271-0/+3
* Expose the optimization status of a dex fileCalin Juravle2018-02-131-0/+14
* Load /data oat/odex files non-executable when only_use_system_oat_files is set.Nicolas Geoffray2017-12-181-1/+9
* Add zip-fd support in dexoptanalyzerShubham Ajmera2017-11-021-3/+21
* ART: Make InstructionSet an enum class and add kLast.Vladimir Marko2017-11-021-1/+1
* Provide an option to pass odex and vdex fds in dexoptanalyzerShubham Ajmera2017-10-111-2/+7
* Add check that classpath is up to date to getDexOptNeededCalin Juravle2017-09-141-4/+9
* Pass the class loader context to dex2oat when optimizing at runtimeCalin Juravle2017-08-021-2/+9
* Allow DexFile#getDexOptNeeded to check case when downgrading is requiredShubham Ajmera2017-07-191-6/+22
* Add support for processing class loader contextsCalin Juravle2017-07-101-0/+7
* Revert "Revert "Use OatFileAssistant default filter instead of the dex2oat one""Calin Juravle2017-06-081-2/+4
* Revert "Use OatFileAssistant default filter instead of the dex2oat one"Vladimir Marko2017-06-071-4/+2
* Use OatFileAssistant default filter instead of the dex2oat oneCalin Juravle2017-06-071-2/+4
* Revert "Revert "Ensure dex file are extracted and verified at load time""Calin Juravle2017-05-041-17/+20
* Revert "Ensure dex file are extracted and verified at load time"Calin Juravle2017-05-041-20/+17
* Ensure dex file are extracted and verified at load timeCalin Juravle2017-05-031-17/+20
* ART: Clean up field initializationAndreas Gampe2017-03-271-1/+1
* Make image oat checksum depend on secondary images.Richard Uhler2017-03-131-2/+0
* Clean up OatFileAssistant getting of image info.Richard Uhler2017-03-021-5/+4
* Improve checking of multidex dex checksums.Richard Uhler2017-02-141-12/+12