summaryrefslogtreecommitdiffstats
path: root/compiler/image_writer.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-4/+7
* Runtime can now be set to require relocationAlex Light2014-07-221-202/+24
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-26/+82
* Fix some style nitpicksAlex Light2014-07-081-7/+6
* Add patchoat tool to Art.Alex Light2014-07-071-6/+76
* Add more read barriers to the class linker.Hiroshi Yamauchi2014-06-241-7/+28
* Fix interpreter entrypoint initialization in the imageSebastien Hertz2014-06-021-9/+39
* Revert "Revert "Clean up image writer patching.""Mathieu Chartier2014-05-301-4/+4
* Revert "Clean up image writer patching."Mathieu Chartier2014-05-301-4/+4
* Clean up image writer patching.Mathieu Chartier2014-05-291-4/+4
* Add support for relative patching to quick offsets.Mathieu Chartier2014-05-291-12/+24
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-9/+5
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-5/+9
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-9/+5
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+4
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-4/+6
* Fix generic jni issue in ArtMethod::GetQuickFrameInfoDmitry Petrochenko2014-05-161-1/+2
* 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-36/+39
* Replace the bool kDoReadBarrier template parameter with an enum.Hiroshi Yamauchi2014-05-011-1/+1
* Force inlining on trivial accessors.Ian Rogers2014-04-291-6/+6
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-8/+0
* Use non volatile lock words in semispace collector.Mathieu Chartier2014-04-171-8/+8
* Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-141-3/+3
* 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