summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/string-inl.h
Commit message (Expand)AuthorAgeFilesLines
* Make large string use large object space.Jeff Hao2015-06-221-2/+2
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-2/+2
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Fix some compaction bugs in string allocationMathieu Chartier2015-04-281-16/+42
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-17/+124
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Be more lenient with 4 byte UTF-8 sequences.Narayan Kamath2015-02-121-14/+4
* Change intern table to unordered set.Mathieu Chartier2014-09-021-0/+11
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-1/+1
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+6
* Force inlining on trivial accessors.Ian Rogers2014-04-291-0/+67