summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/throwable.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-11/+23
* Fix possible null deference in Throwable::DumpMathieu Chartier2015-04-281-4/+8
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-2/+2
* Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-0/+7
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-3/+1
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-7/+7
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-5/+3
* Create stack traces in unstarted runtimes.Ian Rogers2014-05-031-10/+45
* Force inlining on trivial accessors.Ian Rogers2014-04-291-5/+13
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-2/+1
* Remove blacklistSebastien Hertz2014-02-171-1/+5
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-6/+6
* Enable moving classes.Mathieu Chartier2013-12-101-0/+6
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-2/+2
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+97