summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Fix OatFile leak causing dlopen to return stale OatFile contentsBrian Carlstrom2013-09-301-12/+18
* | Early exit for static fixup if no direct methods.Ian Rogers2013-09-301-11/+12
* | Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-11/+11
* | StringPiece clean up.Ian Rogers2013-09-241-51/+56
* | am 91f98d8b: am 15ae8191: am abcf7ae8: Fix overly restrictive assertBrian Carlstrom2013-09-241-1/+2
|\ \ | |/
| * Fix overly restrictive assertBrian Carlstrom2013-09-231-1/+2
* | am e2ef8795: am 4b166f3e: am cb5f5e53: Make sure CompilerDriver actually reso...Brian Carlstrom2013-09-241-0/+1
|\ \ | |/
| * Make sure CompilerDriver actually resolves typesBrian Carlstrom2013-09-231-0/+1
| * Use class def index from java.lang.Class.Ian Rogers2013-09-211-60/+51
* | Use class def index from java.lang.Class.Ian Rogers2013-09-191-60/+51
* | resolved conflicts for merge of 613eae4a to dalvik-devMathieu Chartier2013-09-171-17/+23
|\ \ | |/
| * Fix race in root marking.Mathieu Chartier2013-09-171-12/+20
* | Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-6/+11
|/
* Handle OOMEs in class linker with grace.Ian Rogers2013-08-271-20/+173
* Don't scan image space when starting runtime.Ian Rogers2013-08-231-195/+261
* Use Class::IsVerified to confirm status, not MethodVerifier::FailureKindBrian Carlstrom2013-08-211-2/+4
* Merge "Don't allow class status to go backward except for error." into dalvik...Ian Rogers2013-08-211-112/+135
|\
| * Don't allow class status to go backward except for error.Ian Rogers2013-08-211-112/+135
* | Compiler filter updatebuzbee2013-08-211-3/+3
|/
* Avoid throwing NoClassDefFoundError at compile time.Ian Rogers2013-08-201-12/+14
* Reduce AOT initialization.Ian Rogers2013-08-191-29/+28
* Merge "Get SEA fibonacci running in interpreter mode." into dalvik-devIan Rogers2013-08-161-0/+7
|\
| * Get SEA fibonacci running in interpreter mode.Dragos Sbirlea2013-08-161-0/+7
* | Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-26/+23
|/
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-10/+87
* Fix races in small mode compiler filters setupIan Rogers2013-08-131-4/+0
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-215/+164
* Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-131-3/+3
* am a024a068: Compilation filterbuzbee2013-08-081-0/+24
|\