summaryrefslogtreecommitdiffstats
path: root/oatdump
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow method references across oat files for multi-image."Vladimir Marko2016-02-171-3/+1
* Allow method references across oat files for multi-image.Vladimir Marko2016-02-171-1/+3
* Add a comment to oatdump for 0 size symbolsTamas Berghammer2016-01-281-0/+2
* Merge "Emit symbol names for trampoline symbols in oatdump"Tamas Berghammer2016-01-281-0/+28
|\
| * Emit symbol names for trampoline symbols in oatdumpTamas Berghammer2016-01-271-0/+28
* | Merge "ART: Add option to ensure deterministic compilation"Andreas Gampe2016-01-281-11/+40
|\ \
| * | ART: Add option to ensure deterministic compilationAndreas Gampe2016-01-271-11/+40
* | | Merge "Revert "Revert "Add option to generate compressed backtrace info."""David Srbecky2016-01-271-3/+1
|\ \ \ | |_|/ |/| |
| * | Revert "Revert "Add option to generate compressed backtrace info.""David Srbecky2016-01-261-3/+1
| |/
* / Remove GetImageRoots read barrier for image relocationMathieu Chartier2016-01-261-1/+1
|/
* Revert "Add option to generate compressed backtrace info."David Srbecky2016-01-251-1/+3
* Add option to generate compressed backtrace info.David Srbecky2016-01-221-3/+1
* Add oat location to oatdump.Jeff Hao2016-01-151-0/+3
* Revert "Create parent class loader for dex2oat"Mathieu Chartier2016-01-141-1/+1
* Dex2oat support for multiple oat file and image file outputs.Jeff Hao2015-12-232-34/+34
* Rename NullHandle to ScopedNullHandleMathieu Chartier2015-12-211-2/+2
* Merge "Store class tables in the image"Mathieu Chartier2015-12-041-2/+11
|\
| * Store class tables in the imageMathieu Chartier2015-12-031-2/+11
* | Add ElfWriter::GetStream().Vladimir Marko2015-12-041-1/+2
|/
* Refactor oat file writing to give Dex2Oat more control.Vladimir Marko2015-11-301-2/+3
* Create parent class loader for dex2oatMathieu Chartier2015-11-191-1/+1
* Fix class unloading with the CC collector.Hiroshi Yamauchi2015-11-131-2/+2
* Image space cleanup for app imagesMathieu Chartier2015-11-111-1/+1
* Rewrite ElfBuilder to make streaming directly to file easier.David Srbecky2015-11-081-46/+44
* Remove ArtCode.Nicolas Geoffray2015-10-201-10/+10
* Allocate dex cache arrays in their class loader's linear allocMathieu Chartier2015-10-151-4/+5
* Add an abstraction over a compiled code.Nicolas Geoffray2015-10-131-14/+17
* Add OatFileManagerMathieu Chartier2015-10-091-4/+8
* Add and use ScopedSuspendAllMathieu Chartier2015-09-111-3/+1
* Merge "ART: Move DexCache arrays to native."Vladimir Marko2015-09-041-40/+88
|\
| * ART: Move DexCache arrays to native.Vladimir Marko2015-09-031-40/+88
* | Add ScopedThreadSuspensionMathieu Chartier2015-09-031-8/+5
|/
* Revert "Revert "Change dex caches to be weak roots""Mathieu Chartier2015-08-311-7/+14
* Revert "Change dex caches to be weak roots"Brian Carlstrom2015-08-281-14/+7
* Keep dex files live for duration of oatdumpMathieu Chartier2015-08-271-18/+29
* Change dex caches to be weak rootsMathieu Chartier2015-08-251-7/+14
* ART: Rename ArtMethod's size and alignment methods.Vladimir Marko2015-08-171-1/+1
* ART: Compress LengthPrefixedArray on 32-bit targets.Vladimir Marko2015-08-171-7/+11
* Remove unnecessary `explicit` qualifiers on constructors.Roland Levillain2015-08-121-5/+5
* Move ArtFields and ArtMethods to be a length prefixed arrayMathieu Chartier2015-08-051-17/+25
* Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"Igor Murashkin2015-08-041-9/+9
* cleanup: Replace pointers with out-parameters and fix-up formattingIgor Murashkin2015-07-311-9/+9
* Move to newer clang annotationsMathieu Chartier2015-07-221-12/+12
* runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKSIgor Murashkin2015-07-171-2/+5
* Make oatdump see the new vmap table generated by dextodex.Nicolas Geoffray2015-07-161-1/+20
* ART: Don't nest indenters in oatdump.Vladimir Marko2015-07-131-170/+188
* Fix oatdump after ArtMethod change.Nicolas Geoffray2015-07-081-1/+2
* Make oatdump work with .art files and code generated by Optimizing.Roland Levillain2015-07-021-4/+8
* Opt compiler: Add disassembly to the '.cfg' output.Alexandre Rames2015-06-221-1/+1
* Make dump-oat-target work with second architectureBrian Carlstrom2015-06-191-4/+20