summaryrefslogtreecommitdiffstats
path: root/runtime/gc/space/space_test.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-0/+2
* Rosalloc thread local allocation path without a cas.Hiroshi Yamauchi2015-03-111-34/+66
* ART: Allow scoped adjustments to log verbosityAndreas Gampe2015-01-151-0/+3
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-4/+4
* Break apart header files.Ian Rogers2014-07-151-2/+2
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-9/+9
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-54/+57
* Clean up Add/Remove space.Mathieu Chartier2014-04-301-5/+10
* Enable reading page map without lock in RosAlloc::BulkFreeMathieu Chartier2014-04-251-13/+4
* Insert an empty read barrier call.Hiroshi Yamauchi2014-04-031-2/+7
* Make the support code for read barriers a bit more general.Hiroshi Yamauchi2014-03-311-2/+2
* Fix tests to pass with VerifyObject.Mathieu Chartier2014-03-071-45/+69
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+1
* Further split of the space testsAndreas Gampe2014-03-031-24/+44
* Make allocations report usable size.Ian Rogers2014-02-261-36/+74
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-4/+4
* (Experimental) Add Brooks pointers.Hiroshi Yamauchi2014-02-251-0/+3
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-2/+3
* Split space_test into separate checksAndreas Gampe2014-02-211-0/+542