summaryrefslogtreecommitdiff
path: root/runtime/oat_file_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland "Make 'quicken' an alias to 'verify'."Nicolas Geoffray2020-10-201-1/+1
* Revert "Make 'quicken' an alias to 'verify'."Ming-Shin Lu2020-10-121-1/+1
* Make 'quicken' an alias to 'verify'.Nicolas Geoffray2020-10-091-1/+1
* Add blueprint modules to generate jar files for gtests.David Srbecky2020-02-101-3/+3
* Use provided dex filenames in oat file.Vladimir Marko2019-12-061-107/+3
* Fix dex location of boot oat files during preoptDavid Brazdil2019-04-111-44/+99
* Adjust ResolveRelativeEncodedDexLocation.Nicolas Geoffray2019-01-241-11/+23
* Remove oat_data_begin checks from OatFile.Vladimir Marko2018-10-171-15/+12
* Reserve boot image memory in one go.Vladimir Marko2018-08-311-14/+14
* Pass the fd to OatFile::Setup to avoid selinux errors.Nicolas Geoffray2018-04-241-3/+6
* ART: Be more robust with multidex uncompressed-dex odex filesAndreas Gampe2018-02-091-0/+42
* Try to mmap vdex file within the address range of the ELF file.David Srbecky2018-01-041-1/+27
* Change kMultiDexSeparator from ':' to '!'Calin Juravle2017-07-181-4/+4
* Remove remaining uses of DexFile::GetChecksum.Richard Uhler2017-02-141-50/+0
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-1/+1
* Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"Igor Murashkin2015-08-041-11/+10
* cleanup: Replace pointers with out-parameters and fix-up formattingIgor Murashkin2015-07-311-10/+11
* ART: Store classpath information into oat fileAndreas Gampe2015-04-141-1/+57
* Support relative encoded dex locations in oat files.Richard Uhler2015-03-241-0/+59