summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix vtable corruption issueAlex Light2016-09-091-59/+159
* Card mark holding class instead of declaring classMathieu Chartier2016-08-251-34/+77
* Revert "Revert "Use try lock to fix class resolution race""Mathieu Chartier2016-08-231-10/+27
* Revert "Use try lock to fix class resolution race"Mathieu Chartier2016-08-231-23/+10
* Use try lock to fix class resolution raceMathieu Chartier2016-08-231-10/+23
* Fix pending exception failure for encoded staticsMathieu Chartier2016-08-101-6/+11
* Revert "Revert "Optimize IMT""Artem Udovichenko2016-07-081-34/+131
* Revert "Optimize IMT"Jeff Hao2016-06-291-116/+34
* Optimize IMTNelli Kim2016-06-211-34/+116
* Revert "Revert "Hold dex caches live in class table""Mathieu Chartier2016-06-061-14/+33
* Revert "Hold dex caches live in class table"Brian Carlstrom2016-06-041-23/+14
* Hold dex caches live in class tableMathieu Chartier2016-06-031-14/+23
* Fix race with host_dlopen_handles_Mathieu Chartier2016-06-011-0/+15
* Fix broken DCHECKMathieu Chartier2016-05-241-3/+7
* Merge "Put boot class loader classes and strings in dex cache of app images."...TreeHugger Robot2016-05-241-0/+4
|\
| * Put boot class loader classes and strings in dex cache of app images.Nicolas Geoffray2016-05-241-0/+4
* | Only fill methods with 0xFE on debug buildsMathieu Chartier2016-05-201-2/+8
* | Catch classes inheriting from themselves in the class linker.Roland Levillain2016-05-181-0/+13
* | Prevent ArtMethod clearing raceMathieu Chartier2016-05-111-0/+1
* | Fix vtable corruption.Alex Light2016-05-031-0/+9
* | Fix profile saver to use base dex locationMathieu Chartier2016-04-291-0/+1
* | Revert "Revert "Write conflict tables in image""Mathieu Chartier2016-04-281-68/+88
* | Merge "Revert "Write conflict tables in image"" into nyc-devMathieu Chartier2016-04-271-86/+67
|\ \
| * | Revert "Write conflict tables in image"Mathieu Chartier2016-04-271-86/+67
* | | Merge "Support to pass <uses-library> option through to dex2oat." into nyc-devJeff Hao2016-04-271-5/+5
|\ \ \ | |/ / |/| |
| * | Support to pass <uses-library> option through to dex2oat.Jeff Hao2016-04-271-5/+5
* | | Write conflict tables in imageMathieu Chartier2016-04-271-67/+86
|/ /
* / Split profile recording from jit compilationCalin Juravle2016-04-271-1/+2
|/
* Merge "Add support for eagerly calculating conflict tables" into nyc-devMathieu Chartier2016-04-221-53/+174
|\
| * Add support for eagerly calculating conflict tablesMathieu Chartier2016-04-221-53/+174
* | ART: Slightly change InitializeClass flowAndreas Gampe2016-04-221-1/+22
|/
* ART: Add logging for CHECK failureAndreas Gampe2016-04-201-1/+2
* Fix InsertDexFileInToClassLoader to handle null class loadersMathieu Chartier2016-04-131-3/+2
|\
| * Fix InsertDexFileInToClassLoader to handle null class loadersMathieu Chartier2016-04-121-3/+2
| * Fix issued with non-public interface methods.Alex Light2016-04-051-2/+7
| * Merge "ART: Do not run verification under lock" into nyc-devAndreas Gampe2016-04-011-33/+47
| |\
| | * ART: Do not run verification under lockAndreas Gampe2016-03-311-33/+47
* | | Merge "Fix issued with non-public interface methods." am: 31b66aaAlex Light2016-04-051-2/+7
|\ \ \
| * \ \ Merge "Fix issued with non-public interface methods."Alex Light2016-04-051-2/+7
| |\ \ \
| | * | | Fix issued with non-public interface methods.Alex Light2016-04-041-2/+7
* | | | | Merge "Fix issue with verification check failure on erroneous classes." am: 0...Alex Light2016-04-041-1/+3
|\| | | |
| * | | | Fix issue with verification check failure on erroneous classes.Alex Light2016-04-041-1/+3
| |/ / /
* | | | Merge changes from topic \'image_verify\' am: 19a4784Mathieu Chartier2016-03-311-9/+18
|\| | |
| * | | Merge changes from topic 'image_verify'Mathieu Chartier2016-03-311-10/+37
| |\ \ \
| | * | | Disable checks for b/27493510Mathieu Chartier2016-03-311-1/+1
| | * | | Add verification for image ArtMethod declaring classesMathieu Chartier2016-03-311-10/+37
* | | | | Merge "ART: Do not run verification under lock" am: a455ec2Andreas Gampe2016-03-311-33/+47
|\| | | | | |_|/ / |/| | |
| * | | ART: Do not run verification under lockAndreas Gampe2016-03-311-33/+47
| |/ /
* | / Disable checks for b/27493510Mathieu Chartier2016-03-311-1/+1
| |/ |/|
* | Merge "Optimizing: Improve const-string code generation." am: 085055fVladimir Marko2016-03-301-0/+17
|\|