summaryrefslogtreecommitdiffstats
path: root/runtime/intern_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Move image intern table into imageMathieu Chartier2015-06-111-17/+63
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-0/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Improve performance of HashSetnikolay serdjuk2015-04-211-5/+5
* Fix CC root visiting bugMathieu Chartier2015-04-071-1/+2
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-6/+7
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+8
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-3/+3
* Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running ...Mathieu Chartier2014-11-171-0/+1
* Add hash setMathieu Chartier2014-11-061-73/+46
* ART: More warningsAndreas Gampe2014-11-041-3/+3
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+2
* Add image strings to intern tableMathieu Chartier2014-11-031-53/+116
* Add missing read barriers to intern table.Mathieu Chartier2014-09-021-6/+5
* Change intern table to unordered set.Mathieu Chartier2014-09-021-72/+78
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-28/+24
* Add read barriers for the class and the intern tables.Hiroshi Yamauchi2014-06-131-16/+20
* Add read barriers to the weak roots in the intern table.Hiroshi Yamauchi2014-05-281-15/+40
* Fix InternTable::Lookup()/Remove() for hash code collisions.Vladimir Marko2014-05-221-2/+4
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Don't return null for null utf in AllocFromModifiedUtf8.Mathieu Chartier2014-03-211-4/+4
* Avoid marking old class linker and intern table roots during pause.Mathieu Chartier2014-03-041-27/+44
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-3/+2
* Remove blacklistSebastien Hertz2014-02-171-21/+62
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-9/+10
* Compacting collector.Mathieu Chartier2013-11-111-5/+3
* resolved conflicts for merge of bb0140e0 to dalvik-devMathieu Chartier2013-09-201-2/+22
|\
| * Re-enable concurrent system weak sweeping.Mathieu Chartier2013-09-201-2/+22
* | Merge "Refactor system weak sweeping, add support for modification." into dal...Mathieu Chartier2013-09-181-3/+5
|\ \
| * | Refactor system weak sweeping, add support for modification.Mathieu Chartier2013-09-171-3/+5
* | | resolved conflicts for merge of 613eae4a to dalvik-devMathieu Chartier2013-09-171-8/+11
|\ \ \ | |/ / |/| / | |/
| * Fix race in root marking.Mathieu Chartier2013-09-171-7/+9
* | Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-4/+4
|/
* Don't scan image space when starting runtime.Ian Rogers2013-08-231-26/+59
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-9/+6
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-4/+4
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+180