summaryrefslogtreecommitdiffstats
path: root/runtime/gc/collector/garbage_collector.h
Commit message (Expand)AuthorAgeFilesLines
* Shared single GC iteration accounting for all GCs.Mathieu Chartier2014-06-201-65/+83
* Fix systrace logging, total paused time, and bytes saved message.Mathieu Chartier2014-06-171-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-1/+1
* Add RecordFree to the GarbageCollector interfaceMathieu Chartier2014-05-051-12/+18
* Enable concurrent sweeping for non-concurrent GC.Mathieu Chartier2014-04-291-14/+12
* Reset GC timings after SIGQUIT.Mathieu Chartier2014-04-081-0/+3
* Fix stack overflow slow path error.Mathieu Chartier2014-03-311-1/+1
* Swap allocation stacks in pause.Mathieu Chartier2014-03-281-1/+1
* Change sticky GC ergonomics to use GC throughput.Mathieu Chartier2014-03-271-4/+12
* Revoke rosalloc thread-local buffers at the checkpoint.Hiroshi Yamauchi2014-03-211-1/+2
* Refactor the garbage collector driver (GarbageCollector::Run).Hiroshi Yamauchi2014-03-201-5/+5
* Add timing split for RevokeAllThreadLocalBuffers.Mathieu Chartier2014-03-101-0/+2
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+1
* Improve the generational mode.Hiroshi Yamauchi2014-01-141-1/+3
* Add histogram for GC pause times.Mathieu Chartier2013-11-211-4/+11
* Fix memory leaks relating to timing logger.Ian Rogers2013-11-141-2/+2
* Compacting collector.Mathieu Chartier2013-11-111-1/+37
* Add systrace support to NewTimingLogger, migrate compiler timing logging to N...Anwar Ghuloum2013-07-251-2/+2
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+122