summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-1/+38
|/
* Merge "Throw IOException at source of failing to open a dex file." into dalvi...Ian Rogers2013-10-241-174/+199
|\
| * Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-174/+199
* | Fix incorrect initial dex cache size.Mathieu Chartier2013-10-231-1/+6
|/
* resolved conflicts for merge of 5d79c5de to dalvik-devBrian Carlstrom2013-10-201-4/+4
|\
| * Preload DexCachesBrian Carlstrom2013-10-201-12/+12
* | am 921270a3: am 8ab30e0c: am 31b9d664: Hold proxy classes live in class linker.Mathieu Chartier2013-10-151-1/+3
|\ \ | |/
| * Hold proxy classes live in class linker.Mathieu Chartier2013-10-151-1/+3
* | Merge "Clinits may not have the kAccConstructor flag." into dalvik-devIan Rogers2013-10-111-34/+41
|\ \
| * | Clinits may not have the kAccConstructor flag.Ian Rogers2013-10-101-34/+41
* | | am ed51dca0: am 9fbe6cbd: am 8e3fb146: Revert "Add Jack modifier."Brian Carlstrom2013-10-101-2/+1
|\ \ \ | |/ / |/| / | |/
| * Revert "Add Jack modifier."Brian Carlstrom2013-10-091-2/+1
* | am bf1f0cdc: am 7ba7936d: am 756ee4e0: Find OatDexFile by DexFile name and ch...Brian Carlstrom2013-10-041-26/+35
|\ \ | |/
| * Find OatDexFile by DexFile name and checksum, not just checksumBrian Carlstrom2013-10-031-26/+35
* | am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type,...Brian Carlstrom2013-10-041-4/+5
|\ \ | |/
| * Use file magic to determine file type, not file extension.Brian Carlstrom2013-10-031-4/+5
* | am acab9fa3: am 13f4f408: am f1524294: Merge "Fix OatFile leak causing dlopen...Brian Carlstrom2013-10-021-12/+18
|\ \ | |/