summaryrefslogtreecommitdiffstats
path: root/src/oatdump.cc
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-1476/+0
* GC clean up.Ian Rogers2013-06-211-11/+13
* Avoid resolution for field types in image dumping.Ian Rogers2013-06-171-1/+7
* Created compiled stubs in image.Jeff Hao2013-06-071-1/+1
* Rename abstract method code_ to entry_point_from_compiled_code_.Jeff Hao2013-05-131-3/+3
* Removing remaining compiled stubs from image.Jeff Hao2013-04-261-2/+0
* Removed compiled resolution trampoline.Jeff Hao2013-04-231-5/+2
* Fix Monkeys failureAnwar Ghuloum2013-04-221-1/+1
* Add bool to verifier to allow soft failures.Jeff Hao2013-04-161-1/+1
* Remove code related to compiled invoke stubs.Jeff Hao2013-03-271-29/+1
* Various performance improvements.Ian Rogers2013-03-181-0/+1
* Remove Iceland.Ian Rogers2013-02-271-2/+0
* Refactor DescribeVRegs to allow caching.Ian Rogers2013-02-211-7/+15
* Directory restructuring of object.hIan Rogers2013-01-301-37/+44
* Move .oat files to ELF formatBrian Carlstrom2013-01-251-4/+9
* Move stringpiece.h and stringprintf.h to base/.Elliott Hughes2012-12-131-1/+1
* Merge "Switch over to the google3 unix_file File*." into dalvik-devElliott Hughes2012-12-121-2/+2
|\
| * Switch over to the google3 unix_file File*.Elliott Hughes2012-12-121-2/+2
* | Remove now unused RelocationBehaviorBrian Carlstrom2012-12-121-1/+1
|/
* Add "kind" argument to Get/SetVReg.Ian Rogers2012-11-161-261/+355
* Interpret class initializers when building image.Ian Rogers2012-11-011-4/+4
* Add Jack modifier.mikaelpeltier2012-10-261-1/+4
* Dump dex file sizes in oatdump.Ian Rogers2012-10-241-7/+28
* Add oat file dependency on boot.oat load locationBrian Carlstrom2012-10-181-2/+5
* Fix oatdump's usage message.TDYa1272012-10-161-1/+1
* More space refactoring.Mathieu Chartier2012-10-121-1/+2
* Don't get stuck making all numeric disassembly hex.Ian Rogers2012-10-121-1/+1
* Mac build fix and make oatdump dex PCs hex.Ian Rogers2012-10-091-4/+4
* Dump maps inline in disassembled code.Ian Rogers2012-10-091-68/+154
* Refactor and remove copy mark bits.Mathieu Chartier2012-10-081-1/+1
* Explicitly pass Thread::Current to MutexLock and Alloc.Ian Rogers2012-10-051-2/+3
* Refactor spaces and add free list large object spaceMathieu Chartier2012-10-041-3/+7
* Fix oatdump off-by-onebuzbee2012-10-031-0/+1
* Split dex_pc<->native_pc mapping tableBill Buzbee2012-09-281-1/+6
* Large object spaceMathieu Chartier2012-09-241-0/+3
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-8/+8
* Dump native pcs rather than offsets, fix mac build.Ian Rogers2012-09-211-3/+5
* NativePcOffsetToReferenceMapIan Rogers2012-09-201-15/+10
* Rename PcToReferenceMap adding Dex.Ian Rogers2012-09-181-2/+2
* Prune useless entries from dex to pc mapbuzbee2012-09-131-0/+12
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-13/+13
* Fix locking issue in oatdump.Ian Rogers2012-08-271-11/+21
* Sticky mark bits "generational" GCMathieu Chartier2012-08-171-0/+5
* Global lock levels.Ian Rogers2012-08-141-13/+26
* Each space has its own bitmap(s)Mathieu Chartier2012-07-111-4/+9
* Remove LLVM specific code in oatdump.Logan Chien2012-06-271-7/+0
* Compile method one-by-one.Logan Chien2012-06-271-49/+2
* Fix initializer lists to be Google C++ style.Ian Rogers2012-06-261-4/+3
* Fix a bunch more lint.Elliott Hughes2012-06-211-1/+0
* "InitGoogle"-style argv stashing.Elliott Hughes2012-06-061-1/+1