summaryrefslogtreecommitdiffstats
path: root/oatdump
Commit message (Expand)AuthorAgeFilesLines
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-9/+9
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-7/+9
* Place ISA into boot image name.Ian Rogers2014-05-121-1/+1
* Revert "Revert "64bit changes to the stack walker for the Quick ABI.""Nicolas Geoffray2014-05-021-1/+2
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-0/+1
* Merge "Avoid allocating OatFile::OatClass on the heap."Vladimir Marko2014-04-221-12/+10
|\
| * Avoid allocating OatFile::OatClass on the heap.Vladimir Marko2014-04-141-12/+10
* | Replace ObjectSet with LargeObjectBitmap.Mathieu Chartier2014-04-171-1/+1
|/
* Reuse NoopCompilerCallbacks in oatdumpBrian Carlstrom2014-03-041-8/+3
* Support compiler filters for boot classpathBrian Carlstrom2014-03-041-35/+67
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-43/+9
* Remove started runtime check in RevokeAllThreadLocalAllocationStacksMathieu Chartier2014-02-251-4/+13
* Adds 2 new option args to oatdump:Dave Allison2014-02-241-10/+35
* Fix oatdumpd.Hiroshi Yamauchi2014-02-201-0/+4
* Object model changes to support 64bit.Ian Rogers2014-02-061-87/+119
* Fix oatdump "compilercallbacks" option for runtime.Vladimir Marko2014-01-021-1/+7
* Compacting collector.Mathieu Chartier2013-11-111-30/+27
* Merge "Fix oatdump and valgrind." into dalvik-devIan Rogers2013-11-061-4/+15
|\
| * Fix oatdump and valgrind.Ian Rogers2013-11-061-4/+15
* | Support hardware divide instructionDave Allison2013-11-051-0/+3
|/
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-1/+4
* Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-2/+4
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-12/+22
* am ed51dca0: am 9fbe6cbd: am 8e3fb146: Revert "Add Jack modifier."Brian Carlstrom2013-10-101-4/+1
|\
| * Revert "Add Jack modifier."Brian Carlstrom2013-10-091-4/+1
* | am 334d017c: am a968219b: am 6f277751: Make oatdump support image file genera...Brian Carlstrom2013-10-021-1/+11
|\ \ | |/
| * Make oatdump support image file generated on deviceBrian Carlstrom2013-09-301-1/+11
| * Use class def index from java.lang.Class.Ian Rogers2013-09-211-15/+17
* | StringPiece clean up.Ian Rogers2013-09-241-1/+1
* | Use class def index from java.lang.Class.Ian Rogers2013-09-191-15/+17
* | Move disassembler out of runtime.Ian Rogers2013-09-091-4/+4
|/
* Fix oatdump to take bitmap bytes into its accounting.Mathieu Chartier2013-08-301-1/+7
* Merge "Write out image bitmap inside of image file." into klp-devMathieu Chartier2013-08-291-0/+3
|\
| * Write out image bitmap inside of image file.Mathieu Chartier2013-08-291-0/+3
* | Fix sort order to make register promotion stableBrian Carlstrom2013-08-231-4/+4
|/
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-22/+15
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-1/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-23/+23
* Merge "Add a systrace support for lock contention logging." into dalvik-devHiroshi Yamauchi2013-08-131-2/+2
|\
| * Add a systrace support for lock contention logging.Hiroshi Yamauchi2013-08-131-2/+2
* | Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-131-1/+3
|/
* Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-091-80/+64
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* am 55c0ac85: Merge "Enable darwin target build for art."Brian Carlstrom2013-07-231-5/+7
|\
| * Enable darwin target build for art.Brian Carlstrom2013-07-231-5/+7
* | Fix oatdump to work after selinux OatFile installd changeBrian Carlstrom2013-07-181-0/+4
|/
* Do not mark pages executable unnecessarily to play nice with selinuxBrian Carlstrom2013-07-121-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-122-0/+1512