summaryrefslogtreecommitdiffstats
path: root/compiler/image_writer.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Add support for LZ4 compressed image files"Nicolas Geoffray2015-12-101-60/+11
* Add support for LZ4 compressed image filesMathieu Chartier2015-12-091-11/+60
* Store class tables in the imageMathieu Chartier2015-12-031-15/+72
* Fix circular dependencies for ContainsBootClassLoaderNonImageClassMathieu Chartier2015-11-251-7/+48
* ART: Clean up ordering of dex cache arrays in image files.Vladimir Marko2015-11-251-10/+16
* Refactor some patching logicMathieu Chartier2015-11-161-58/+54
* Fix class unloading with the CC collector.Hiroshi Yamauchi2015-11-131-10/+13
* Image space cleanup for app imagesMathieu Chartier2015-11-111-1/+1
* Correct exception behavior for default methodsAlex Light2015-11-101-3/+3
* Add more image writer comments and clean upMathieu Chartier2015-11-091-27/+47
* Revert "Revert "Add basic image writer support for app images""Mathieu Chartier2015-11-051-98/+262
* Revert "Add basic image writer support for app images"Nicolas Geoffray2015-11-051-262/+98
* Add basic image writer support for app imagesMathieu Chartier2015-11-041-98/+262
* Add application image dex2oat optionsMathieu Chartier2015-11-021-6/+12
* Reduce memory used by CompiledMethods.Vladimir Marko2015-10-271-1/+1
* Add OatFileManagerMathieu Chartier2015-10-091-3/+3
* Clear allocator in image writerMathieu Chartier2015-09-221-0/+4
* Merge "ART: Move DexCache arrays to native."Vladimir Marko2015-09-041-72/+140
|\
| * ART: Move DexCache arrays to native.Vladimir Marko2015-09-031-72/+140
* | Add ScopedThreadSuspensionMathieu Chartier2015-09-031-14/+13
|/
* Revert "Revert "Change dex caches to be weak roots""Mathieu Chartier2015-08-311-55/+22
* Revert "Change dex caches to be weak roots"Brian Carlstrom2015-08-281-22/+55
* Change dex caches to be weak rootsMathieu Chartier2015-08-251-55/+22
* Always visit object class from VisitReferencesMathieu Chartier2015-08-181-2/+2
* ART: Rename ArtMethod's size and alignment methods.Vladimir Marko2015-08-171-9/+9
* ART: Compress LengthPrefixedArray on 32-bit targets.Vladimir Marko2015-08-171-17/+33
* Address some commentsMathieu Chartier2015-08-111-4/+6
* Add class table field to class loaderMathieu Chartier2015-08-071-0/+5
* Move ArtFields and ArtMethods to be a length prefixed arrayMathieu Chartier2015-08-051-92/+152
* Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up forma...Igor Murashkin2015-08-051-1/+1
|\
| * Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"Igor Murashkin2015-08-041-1/+1
* | Address some comments and clean upMathieu Chartier2015-08-041-1/+1
|/
* cleanup: Replace pointers with out-parameters and fix-up formattingIgor Murashkin2015-07-311-1/+1
* Clean up class visitorsMathieu Chartier2015-07-291-26/+28
* Visit class native roots from VisitReferencesMathieu Chartier2015-07-241-4/+9
* Move to newer clang annotationsMathieu Chartier2015-07-221-10/+10
* Change intern table to not use WaitHoldingLocksMathieu Chartier2015-07-171-2/+4
* Revert "Revert "Remove interpreter entrypoint in ArtMethod.""Nicolas Geoffray2015-07-081-13/+2
* Revert "Remove interpreter entrypoint in ArtMethod."Nicolas Geoffray2015-07-081-0/+13
* Remove interpreter entrypoint in ArtMethod.Nicolas Geoffray2015-07-081-13/+0
* Move image intern table into imageMathieu Chartier2015-06-111-87/+103
* ART: Prune FindArrayClass cache in image writerAndreas Gampe2015-06-031-0/+3
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-211/+362
* ART: Fix VerifyObject runtime verificationAndreas Gampe2015-05-271-7/+7
* Fix a few literals and assertions.Roland Levillain2015-05-261-2/+3
* ART: Do not relocate app program headers in patchoat.Vladimir Marko2015-05-141-1/+1
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-92/+9
* Replace NULL with nullptrMathieu Chartier2015-04-221-12/+12
* ART: Change image_classes and compiled_classes to unordered setAndreas Gampe2015-04-201-1/+1
* Don't call ComputeEagerResolvedStringsMathieu Chartier2015-04-161-1/+6