summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file_assistant.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor art::GetAndroidDataSafe and art::GetAndroidData.Roland Levillain2019-04-111-1/+1
* Create vdex file for dex loaded with InMemoryDexClassLoaderDavid Brazdil2019-04-021-1/+53
* Open only necessary files for BCP checksums test.Vladimir Marko2019-03-251-52/+65
* Support FDs for class loader context dex filesDavid Brazdil2019-03-221-7/+10
* ART: Allow to change boot image pickup orderAndreas Gampe2019-03-131-1/+5
* Revert "Revert "Add support for booting with a boot classpath not fully AOTed.""Nicolas Geoffray2019-02-271-0/+3
* Revert "Add support for booting with a boot classpath not fully AOTed."Andreas Gampe2019-02-261-3/+0
* Add support for booting with a boot classpath not fully AOTed.Nicolas Geoffray2019-02-191-0/+3
* Support oat files compiled with partial boot class path.Vladimir Marko2019-01-161-2/+11
* Revert^2 "Allow boot image for a part of the boot classpath."Vladimir Marko2018-12-141-7/+11
* Revert "Allow boot image for a part of the boot classpath."Andreas Gampe2018-12-131-11/+7
* Allow boot image for a part of the boot classpath.Vladimir Marko2018-12-121-7/+11
* ART: Add boot/app image checksums.Vladimir Marko2018-11-211-3/+2
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-231-5/+5
* Remove oat_data_begin checks from OatFile.Vladimir Marko2018-10-171-16/+13
* Remove PIC option from oat files.Vladimir Marko2018-09-041-74/+0
* Reserve boot image memory in one go.Vladimir Marko2018-08-311-6/+6
* Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""Nicolas Geoffray2018-08-301-334/+0
* Revert "Remove OatFileAssistant::MakeUpToDate and friends."Mathieu Chartier2018-08-291-0/+334
* Remove OatFileAssistant::MakeUpToDate and friends.Nicolas Geoffray2018-08-281-334/+0
* ART: Finish old move of OatDexFileAndreas Gampe2018-06-261-3/+3
* Merge "Propagate hiddenapi cmdline flags in OatFileAssistant::Dex2Oat"David Brazdil2018-05-151-0/+6
|\
| * Propagate hiddenapi cmdline flags in OatFileAssistant::Dex2OatDavid Brazdil2018-05-141-0/+6
* | Handle unset ANDROID_DATA in DexLocationToOatFilenameMathieu Chartier2018-05-141-0/+7
|/
* Revert "Revert "Do not load app image for class collisions""Mathieu Chartier2018-05-111-1/+3
* Revert "Do not load app image for class collisions"Mathieu Chartier2018-05-111-3/+1
* Do not load app image for class collisionsVladimir Marko2018-05-101-1/+3
* Pass the fd to OatFile::Setup to avoid selinux errors.Nicolas Geoffray2018-04-241-4/+10
* ART: Change GetOptimizationStatusAndreas Gampe2018-03-161-6/+38
* Separate vdex versioning into two sections: verifier deps and dex code.Nicolas Geoffray2018-03-141-1/+1
* Merge "ART: Add to comments"Treehugger Robot2018-03-071-1/+5
|\
| * ART: Add to commentsAndreas Gampe2018-03-061-1/+5
* | Merge "Move most of runtime/base to libartbase/base"David Sehr2018-03-061-2/+2
|\ \ | |/ |/|
| * Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-2/+2
* | ART: Update dex-file fallback codeAndreas Gampe2018-03-051-11/+26
|/
* Revert "Revert "Full-stack integrity: check vdex contents.""Nicolas Geoffray2018-02-281-1/+14
* Revert "Full-stack integrity: check vdex contents."Nicolas Geoffray2018-02-271-14/+1
* Full-stack integrity: check vdex contents.Nicolas Geoffray2018-02-271-1/+14
* Expose the optimization status of a dex fileCalin Juravle2018-02-131-0/+23
* Merge "Load /data oat/odex files non-executable when only_use_system_oat_file...Nicolas Geoffray2018-01-241-4/+13
|\
| * Load /data oat/odex files non-executable when only_use_system_oat_files is set.Nicolas Geoffray2017-12-181-4/+13
* | Create an ART-independent DexFileLoaderDavid Sehr2018-01-121-4/+6
* | Create dex subdirectoryDavid Sehr2018-01-051-1/+1
|/
* ART: Replace base/logging with android-base/loggingAndreas Gampe2017-12-071-1/+1
* Merge "Remove kIsVdexEnabled."Nicolas Geoffray2017-11-141-11/+4
|\
| * Remove kIsVdexEnabled.Nicolas Geoffray2017-11-141-11/+4
* | Do not use realpath in oat file assistantCalin Juravle2017-11-131-22/+1
|/
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-1/+1
* Add zip-fd support in dexoptanalyzerShubham Ajmera2017-11-021-40/+76
* Merge "Separate file utilities from utils.cc"David Sehr2017-11-011-0/+1
|\