summaryrefslogtreecommitdiffstats
path: root/runtime/intern_table.h
Commit message (Expand)AuthorAgeFilesLines
* Move image intern table into imageMathieu Chartier2015-06-111-0/+28
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-2/+2
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-1/+2
* Add hash setMathieu Chartier2014-11-061-7/+16
* Add image strings to intern tableMathieu Chartier2014-11-031-12/+70
* Change intern table to unordered set.Mathieu Chartier2014-09-021-16/+22
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-1/+3
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-4/+7
* Add read barriers for the class and the intern tables.Hiroshi Yamauchi2014-06-131-5/+9
* Add read barriers to the weak roots in the intern table.Hiroshi Yamauchi2014-05-281-2/+18
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-3/+2
* Avoid marking old class linker and intern table roots during pause.Mathieu Chartier2014-03-041-13/+16
* Remove blacklistSebastien Hertz2014-02-171-9/+30
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-3/+3
* resolved conflicts for merge of bb0140e0 to dalvik-devMathieu Chartier2013-09-201-0/+5
|\
| * Re-enable concurrent system weak sweeping.Mathieu Chartier2013-09-201-0/+5
* | Merge "Refactor system weak sweeping, add support for modification." into dal...Mathieu Chartier2013-09-181-2/+1
|\ \ | |/ |/|
| * Refactor system weak sweeping, add support for modification.Mathieu Chartier2013-09-171-2/+1
* | Fix race in root marking.Mathieu Chartier2013-09-171-7/+2
|/
* Don't scan image space when starting runtime.Ian Rogers2013-08-231-5/+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/+98