summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/entrypoint_utils-inl.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Fix unused variables and functionsAndreas Gampe2014-11-241-47/+47
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-10/+1
* Check null this pointer for direct methods in FindMethodFast.Jeff Hao2014-11-031-3/+2
* Optimize method linkingMathieu Chartier2014-10-271-1/+8
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-5/+2
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-3/+3
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-16/+4
* Prevent exception bugs in class linkerMathieu Chartier2014-08-281-0/+4
* Merge "ART: Add guards to the dex cache and its shortcuts"Andreas Gampe2014-08-061-2/+2
|\
| * ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-2/+2
* | Implement TLAB fast paths in artAllocObjectFromCode.Hiroshi Yamauchi2014-08-061-0/+8
|/
* Set vtable in class object to null after linking.Mingyao Yang2014-07-221-13/+12
* Fix x86 build.Ian Rogers2014-07-161-71/+38
* Remove object_utils.h.Ian Rogers2014-07-161-1/+1
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+696