summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker.cc
Commit message (Expand)AuthorAgeFilesLines
* Better error reporting when loading dex filesAndreas Gampe2014-04-081-26/+40
* Fix Object::Clone()'s pre-fence barrier.Hiroshi Yamauchi2014-04-031-2/+3
* Add support for -Xverify:none mode.Jeff Hao2014-04-021-0/+10
* Pass instruction-set from runtime through to spawned dex2oat.Ian Rogers2014-04-021-30/+2
* Make the support code for read barriers a bit more general.Hiroshi Yamauchi2014-03-311-4/+4
* Improvements to Field.get/set.Ian Rogers2014-03-211-11/+11
* Refactor reference code into mirror namespace.Mathieu Chartier2014-03-141-7/+0
* Remove small duplicate code in Generic JNI handling, add commentsAndreas Gampe2014-03-141-18/+15
* Merge "Fixes for Generic JNI"Andreas Gampe2014-03-131-3/+35
|\
| * Fixes for Generic JNIAndreas Gampe2014-03-131-3/+35
* | Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+32
|/
* A few 64bit fixes.Ian Rogers2014-03-121-4/+7
* Generic JNI implementation for x86_64Andreas Gampe2014-03-051-4/+9
* Support compiler filters for boot classpathBrian Carlstrom2014-03-041-1/+1
* Avoid marking old class linker and intern table roots during pause.Mathieu Chartier2014-03-041-15/+50
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-4/+2
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-3/+12
* Make allocations report usable size.Ian Rogers2014-02-261-15/+35
* (Experimental) Add Brooks pointers.Hiroshi Yamauchi2014-02-251-0/+6
* Move waitpid(2) includes to art::Exec implementationBrian Carlstrom2014-02-251-2/+0
* Avoid going through char* for std::string APIBrian Carlstrom2014-02-251-6/+3
* Merge "Create CompilerOptions"Brian Carlstrom2014-02-251-95/+35
|\
| * Create CompilerOptionsBrian Carlstrom2014-02-241-95/+35
* | Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-75/+71
|/
* Fix and optimize verify object.Mathieu Chartier2014-02-211-1/+1
* Do not FixupStaticTrampolines of uninitialized classesBrian Carlstrom2014-02-191-3/+3
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-9/+4
* Remove blacklistSebastien Hertz2014-02-171-16/+20
* Merge "Work in the direction of hard float quick ABIs."Ian Rogers2014-02-121-1/+1
|\
| * Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-1/+1
* | Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-5/+7
|/
* Object model changes to support 64bit.Ian Rogers2014-02-061-55/+120
* Fix apps with more than one dex file with the same nameBrian Carlstrom2014-02-061-23/+3
* Add missing SIRT to CreateArrayClass.Mathieu Chartier2014-02-031-11/+11
* Change DisableGC to DisableMovingGC.Mathieu Chartier2014-01-281-2/+2
* Clean up access checks.Vladimir Marko2014-01-211-1/+1
* Fix opening oat files that are out of date.Vladimir Marko2014-01-161-9/+22
* Merge "Remove intialized static storage from dex cache."Ian Rogers2014-01-081-11/+1
|\
| * Remove intialized static storage from dex cache.Ian Rogers2014-01-081-11/+1
* | Remove duplicate/unnecessary code from ClassLinker.Vladimir Marko2014-01-061-18/+2
|/
* Move compiler code out of method verifier.Vladimir Marko2013-12-171-1/+4
* Add class to verifier's rejected list if superclass is erroneous.Jeff Hao2013-12-121-0/+2
* Merge "Enable moving classes."Mathieu Chartier2013-12-111-145/+168
|\
| * Enable moving classes.Mathieu Chartier2013-12-101-145/+168
* | Do not require classes.dex to support stripped zip filesBrian Carlstrom2013-12-101-7/+14
|/
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-8/+8
* Compacting collector.Mathieu Chartier2013-11-111-181/+175
* Fix typo in duplicate conditionBrian Carlstrom2013-11-041-2/+2
* Merge "Don't use UTF16 length as length for MUTF8." into dalvik-devIan Rogers2013-10-301-35/+32
|\
| * Don't use UTF16 length as length for MUTF8.Ian Rogers2013-10-301-35/+32