summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints
Commit message (Expand)AuthorAgeFilesLines
* Use class def index from java.lang.Class.Ian Rogers2013-09-211-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