summaryrefslogtreecommitdiffstats
path: root/runtime/gc_root.h
Commit message (Expand)AuthorAgeFilesLines
* Fix valgrind testsMathieu Chartier2015-04-141-0/+3
* Fix DCHECK failures from Class::VisitFieldRootsMathieu Chartier2015-04-131-2/+3
* Fix CC root visiting bugMathieu Chartier2015-04-071-0/+3
* ART: Enable Clang's -WdeprecatedAndreas Gampe2015-04-061-0/+1
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-15/+124
* Avoid unaligned accesses (SIGBUG/BUS_ADRALN) in IRT.Hiroshi Yamauchi2015-02-231-1/+1
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-3/+56
* Add hash setMathieu Chartier2014-11-061-3/+3
* Add image strings to intern tableMathieu Chartier2014-11-031-0/+2
* Add missing read barriers to intern table.Mathieu Chartier2014-09-021-1/+0
* Change intern table to unordered set.Mathieu Chartier2014-09-021-0/+1
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-1/+2
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-0/+58