summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/string.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-53/+59
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-2/+2
* Be more lenient with 4 byte UTF-8 sequences.Narayan Kamath2015-02-121-8/+38
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-3/+1
* Change intern table to unordered set.Mathieu Chartier2014-09-021-13/+4
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-7/+7
* ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-101-20/+6
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-1/+1
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-1/+1
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-5/+6
* Force inlining on trivial accessors.Ian Rogers2014-04-291-45/+10
* Cleanup transaction supportSebastien Hertz2014-04-021-9/+5
* Don't return null for null utf in AllocFromModifiedUtf8.Mathieu Chartier2014-03-211-3/+1
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-1/+1
* Remove blacklistSebastien Hertz2014-02-171-5/+11
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-16/+12
* Use memcpy instead of Array::Set in mirror::String::AllocFromUtf16.Ian Rogers2014-01-031-7/+5
* Enable moving classes.Mathieu Chartier2013-12-101-11/+16
* Compacting collector.Mathieu Chartier2013-11-111-14/+13
* Move hot utf routines into -inl.h.Ian Rogers2013-09-231-1/+1
* Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-0/+4
* More allocation code optimizations.Hiroshi Yamauchi2013-09-111-1/+1
* Revert "Revert "Remove bogus fastpath from String::Equals(const StringPiece&)""Brian Carlstrom2013-09-061-3/+0
* Revert "Remove bogus fastpath from String::Equals(const StringPiece&)"Brian Carlstrom2013-09-061-0/+3
* Remove bogus fastpath from String::Equals(const StringPiece&)Brian Carlstrom2013-09-061-3/+0
* Handle OOMEs in class linker with grace.Ian Rogers2013-08-271-1/+1
* Use unsigned comparison in String::CharAt.Sebastien Hertz2013-08-121-1/+2
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+290