summaryrefslogtreecommitdiffstats
path: root/compiler/image_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-2/+4
* Make out arguments non-reference types.Ian Rogers2014-03-011-7/+7
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-4/+5
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-1/+1
* Enable moving classes.Mathieu Chartier2013-12-101-5/+5
* Merge "A custom 'runs-of-slots' memory allocator." into dalvik-devHiroshi Yamauchi2013-11-181-2/+2
|\
| * A custom 'runs-of-slots' memory allocator.Hiroshi Yamauchi2013-11-161-2/+2
* | Break apart oat writing times.Ian Rogers2013-11-151-1/+1
|/
* Fix memory leaks relating to timing logger.Ian Rogers2013-11-141-1/+2
* Compacting collector.Mathieu Chartier2013-11-111-7/+4
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-2/+5
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-1/+3
* Fix image_test for SMALL_ARTBrian Carlstrom2013-09-031-0/+3
* Fix ImageHeader.IsValidBrian Carlstrom2013-09-031-0/+30
* Merge "Write out image bitmap inside of image file." into klp-devMathieu Chartier2013-08-291-0/+3
|\
| * Write out image bitmap inside of image file.Mathieu Chartier2013-08-291-0/+3
* | Don't scan image space when starting runtime.Ian Rogers2013-08-231-1/+1
|/
* Move output_stream files out of runtime.Ian Rogers2013-08-161-0/+159