summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints
Commit message (Expand)AuthorAgeFilesLines
* Compacting collector.Mathieu Chartier2013-11-114-14/+20
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-293-8/+33
* Merge "Inline field and method resolution." into dalvik-devSebastien Hertz2013-10-296-288/+335
|\
| * Inline field and method resolution.Sebastien Hertz2013-10-286-288/+335
* | Populate dex cache for sharpened calls.Ian Rogers2013-10-251-0/+16
|/
* Fast JNI support.Ian Rogers2013-10-203-14/+33
* Clinits may not have the kAccConstructor flag.Ian Rogers2013-10-101-1/+1
* Improve quick codegen for aput-object.Ian Rogers2013-10-084-44/+27
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-022-16/+27
* Merge "Cleanup invoke in interpreter." into dalvik-devSebastien Hertz2013-09-301-2/+10
|\
| * Cleanup invoke in interpreter.Sebastien Hertz2013-09-301-2/+10
* | Merge "Make artQuickResolutionTrampoline fix up references after GC points." ...Mathieu Chartier2013-09-261-7/+14
|\ \
| * | Make artQuickResolutionTrampoline fix up references after GC points.Mathieu Chartier2013-09-261-7/+14
| |/
* | Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-253-41/+167
|/
* Improve float to integral conversion.Ian Rogers2013-09-202-45/+26
* Use class def index from java.lang.Class.Ian Rogers2013-09-191-1/+1
* Revert "Remove bogus fastpath from String::Equals(const StringPiece&)"Brian Carlstrom2013-09-061-1/+0
* Remove bogus fastpath from String::Equals(const StringPiece&)Brian Carlstrom2013-09-061-0/+1
* Add some extra DCHECKS for debugging artQuickProxyInvokeHandlerBrian Carlstrom2013-08-201-3/+9
* Get PORTABLE + SMALL on x86.Dragos Sbirlea2013-08-154-9/+17
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-1/+4
* Fix races in small mode compiler filters setupIan Rogers2013-08-131-2/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-1329-263/+275
* Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-135-392/+441
* Entry point clean up.Ian Rogers2013-08-0714-843/+845
* Clear exception when no move-exception on portable.Ian Rogers2013-07-311-0/+6
* Portable refactorings.Ian Rogers2013-07-3033-358/+2439
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-2919-0/+2546