summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/quick
Commit message (Expand)AuthorAgeFilesLines
...
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-15/+27
* 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-251-0/+53
|/
* 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-151-5/+10
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-1315-133/+147
* Entry point clean up.Ian Rogers2013-08-078-803/+592
* Portable refactorings.Ian Rogers2013-07-3013-358/+16
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-2919-0/+2546