summaryrefslogtreecommitdiffstats
path: root/runtime/reference_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* Fix CC root visiting bugMathieu Chartier2015-04-071-1/+1
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-2/+3
* Fix compaction bugs related to IdentityHashCodeMathieu Chartier2015-01-231-28/+33
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-3/+2
* Fix reference table sortingBrian Carlstrom2014-12-081-1/+1
* Re-add missing read barriersMathieu Chartier2014-12-081-2/+7
* Clean up ReferenceTable::DumpMathieu Chartier2014-12-081-61/+41
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-6/+11
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-17/+18
* Add more read barriers for JNI roots.Hiroshi Yamauchi2014-06-201-5/+14
* Force inlining on trivial accessors.Ian Rogers2014-04-291-1/+1
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-0/+1
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-1/+1
* 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
* Compacting collector.Mathieu Chartier2013-11-111-1/+1
* Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-5/+5
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-3/+2
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+241