summaryrefslogtreecommitdiff
path: root/runtime/dexopt_test.h
Commit message (Expand)AuthorAgeFilesLines
* Device gtests: Use boot.art instead of core.art.David Srbecky2020-02-071-0/+2
* Modernise code to use override specifierYi Kong2019-03-291-1/+1
* Hide conscrypt package classes for app AOT compilation.Vladimir Marko2019-03-251-1/+1
* Create the class loader context within a Runtime scope.Nicolas Geoffray2019-01-101-2/+4
* Remove patchoat.Vladimir Marko2018-10-021-5/+0
* Remove PIC option from oat files.Vladimir Marko2018-09-041-15/+3
* Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""Nicolas Geoffray2018-08-301-0/+2
* Merge "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""Mathieu Chartier2018-08-291-2/+0
|\
| * Revert "Remove OatFileAssistant::MakeUpToDate and friends."Mathieu Chartier2018-08-291-2/+0
* | Merge "Remove OatFileAssistant::MakeUpToDate and friends."Nicolas Geoffray2018-08-291-0/+2
|\|
| * Remove OatFileAssistant::MakeUpToDate and friends.Nicolas Geoffray2018-08-281-0/+2
* | Remove superfluous 'virtual' specifiers in ART.Roland Levillain2018-08-281-2/+2
* | Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-2/+2
|/
* Remove unnecessary indirection from MemMap.Vladimir Marko2018-08-211-1/+1
* Expose the optimization status of a dex fileCalin Juravle2018-02-131-2/+4
* Add dexoptanalyzer toolCalin Juravle2017-01-241-0/+97