summaryrefslogtreecommitdiffstats
path: root/compiler/image_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Make the support code for read barriers a bit more general.Hiroshi Yamauchi2014-03-311-5/+7
* Refactor image writer reference visiting logic.Mathieu Chartier2014-03-241-94/+35
* Allow patching between dex files in the boot classpath.Jeff Hao2014-03-121-6/+6
* A few 64bit fixes.Ian Rogers2014-03-121-3/+6
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-1/+1
* Revert "Revert "Avoid compiling monster methods in boot image""Brian Carlstrom2014-03-051-5/+7
* Support compiler filters for boot classpathBrian Carlstrom2014-03-041-7/+11
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-2/+0
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-3/+16
* (Experimental) Add Brooks pointers.Hiroshi Yamauchi2014-02-251-0/+6
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-1/+2
* Fix and optimize verify object.Mathieu Chartier2014-02-211-29/+33
* Remove blacklistSebastien Hertz2014-02-171-18/+18
* Support Direct Method/Type access for X86Mark Mendell2014-02-101-1/+13
* Object model changes to support 64bit.Ian Rogers2014-02-061-68/+64
* Use direct class pointers at allocation sites in the compiled code.Hiroshi Yamauchi2014-01-231-13/+53
* Remove intialized static storage from dex cache.Ian Rogers2014-01-081-1/+0
* Don't rely on gcc extensionsBernhard Rosenkränzer2013-12-121-2/+2
* Compact zygote.Mathieu Chartier2013-11-221-1/+1
* Don't read characters from 0 length strings.Ian Rogers2013-11-141-1/+6
* Fix image writer bitmap size calculation.Mathieu Chartier2013-11-131-2/+4
* Compacting collector.Mathieu Chartier2013-11-111-153/+193
* Lazily compute object identity hash codes.Mathieu Chartier2013-10-311-2/+7
* Merge "Don't use UTF16 length as length for MUTF8." into dalvik-devIan Rogers2013-10-301-2/+2
|\
| * Don't use UTF16 length as length for MUTF8.Ian Rogers2013-10-301-2/+2
* | Merge "Implement Interface Method Tables (IMT)." into dalvik-devJeff Hao2013-10-291-0/+12
|\ \
| * | Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+12
| |/
* | Fix object identity hash.Mathieu Chartier2013-10-291-1/+25
|/
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-7/+10
* StringPiece clean up.Ian Rogers2013-09-241-2/+2
* Use class def index from java.lang.Class.Ian Rogers2013-09-191-0/+1
* Write out image bitmap inside of image file.Mathieu Chartier2013-08-291-4/+38
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-35/+13
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-2/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-23/+23
* Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-091-2/+2
* Entry point clean up.Ian Rogers2013-08-071-45/+62
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* Remove OatWriter buffering to memory for ElfWriterQuickBrian Carlstrom2013-07-241-0/+4
* Fix cpplint build/namespaces issuesBrian Carlstrom2013-07-181-1/+8
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+680