summaryrefslogtreecommitdiffstats
path: root/runtime/safe_map.h
Commit message (Expand)AuthorAgeFilesLines
* Optimizing: Improve const-string code generation.Vladimir Marko2016-03-291-0/+13
* ART: Allow method references across oat files for multi-image, 2nd attempt.Vladimir Marko2016-02-241-4/+4
* Correct value_type for some TrackingAllocators.Dan Albert2016-01-121-1/+1
* ART: Fix SafeMap::Put()/PutBefore() rvalue overloads.Vladimir Marko2015-11-241-2/+2
* Fix locking on string init map (again).Vladimir Marko2015-09-211-1/+12
* Fix locking on string init map.Jeff Hao2015-09-181-1/+2
* ART: Enable Clang's -WdeprecatedAndreas Gampe2015-04-061-0/+1
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-1/+7
* Reduce time and memory usage of GVN.Vladimir Marko2014-07-311-0/+1
* Faster deduplication in OatWriter.Vladimir Marko2014-07-091-7/+24
* Improve tracking of memory locations in LVN.Vladimir Marko2014-05-291-0/+3
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Create a scoped arena allocator and use that for LVN.Vladimir Marko2014-03-061-4/+11
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* GC data structures allocation trackingMathieu Chartier2013-07-251-3/+5
* 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/+105