summaryrefslogtreecommitdiff
path: root/runtime/dexopt_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Use verify when speed-profile gets an empty profileCalin Juravle2021-06-021-0/+21
* Remove unused image space order argumentOrion Hodson2020-10-121-1/+0
* Device gtests: Use boot.art instead of core.art.David Srbecky2020-02-071-1/+26
* Use provided dex filenames in oat file.Vladimir Marko2019-12-061-2/+1
* Refactor oat.h.Vladimir Marko2019-11-071-0/+1
* Oat file checksums for boot image extensions.Vladimir Marko2019-10-301-15/+15
* Remove obsolete patchoat-related code from dexopt_test.Vladimir Marko2019-10-231-3/+0
* Set core platform API policy from command line flagDavid Brazdil2019-04-121-2/+2
* Revert^2 "Delete GSS"Mathieu Chartier2019-04-091-2/+0
* Revert "Delete GSS"Mathieu Chartier2019-04-061-0/+2
* Delete GSSMathieu Chartier2019-04-051-2/+0
* Open only necessary files for BCP checksums test.Vladimir Marko2019-03-251-1/+1
* ART: Allow to change boot image pickup orderAndreas Gampe2019-03-131-1/+5
* Create the class loader context within a Runtime scope.Nicolas Geoffray2019-01-101-3/+8
* Revert^2 "Allow boot image for a part of the boot classpath."Vladimir Marko2018-12-141-8/+8
* Revert "Allow boot image for a part of the boot classpath."Andreas Gampe2018-12-131-8/+8
* Allow boot image for a part of the boot classpath.Vladimir Marko2018-12-121-8/+8
* Reduce core image to 6 modules.Vladimir Marko2018-12-041-21/+3
* Revert "Reduce core image to core-{oj,libart,simple}."Vladimir Marko2018-12-031-3/+21
* Reduce core image to core-{oj,libart,simple}.Vladimir Marko2018-11-301-21/+3
* ART: Add boot/app image checksums.Vladimir Marko2018-11-211-3/+3
* Simplify hidden_api.h logicDavid Brazdil2018-11-141-1/+1
* Refactor MemMap::MapAnonymous().Vladimir Marko2018-10-301-1/+3
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-231-1/+1
* Remove oat_data_begin checks from OatFile.Vladimir Marko2018-10-171-7/+6
* Remove patchoat.Vladimir Marko2018-10-021-30/+0
* Remove PIC option from oat files.Vladimir Marko2018-09-041-68/+9
* Reserve boot image memory in one go.Vladimir Marko2018-08-311-4/+4
* Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""Nicolas Geoffray2018-08-301-1/+44
* Revert "Remove OatFileAssistant::MakeUpToDate and friends."Mathieu Chartier2018-08-291-44/+1
* Remove OatFileAssistant::MakeUpToDate and friends.Nicolas Geoffray2018-08-281-1/+44
* Add an overload for MemMap::MapAnonymous().Vladimir Marko2018-08-241-1/+0
* Remove unnecessary indirection from MemMap.Vladimir Marko2018-08-211-7/+10
* Pass the fd to OatFile::Setup to avoid selinux errors.Nicolas Geoffray2018-04-241-1/+2
* Move profile dependent modules to libartbaseDavid Sehr2018-04-131-1/+1
* patchoat: take directories instead of filenamesChris Morin2018-02-201-3/+14
* Expose the optimization status of a dex fileCalin Juravle2018-02-131-3/+10
* Update to track libbacktrace API changes.Christopher Ferris2018-01-181-2/+2
* Modify to use new BacktraceMap iterator.Christopher Ferris2017-12-051-3/+4
* Revert "Revert "Ensure dex file are extracted and verified at load time""Calin Juravle2017-05-041-6/+12
* Revert "Ensure dex file are extracted and verified at load time"Calin Juravle2017-05-041-12/+6
* Ensure dex file are extracted and verified at load timeCalin Juravle2017-05-031-6/+12
* Rename and obsolete compiler filter names.Nicolas Geoffray2017-04-211-1/+1
* Make image oat checksum depend on secondary images.Richard Uhler2017-03-131-1/+1
* Make dex2oat support profiles passed to non profile filtersMathieu Chartier2017-02-171-0/+5
* Add dexoptanalyzer toolCalin Juravle2017-01-241-0/+236