summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/entrypoint_utils-inl.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-51/+46
* Remove ArtMethod* parameter from dex cache entry points.Vladimir Marko2015-04-241-1/+23
* Replace NULL with nullptrMathieu Chartier2015-04-221-10/+10
* Move ArtField to nativeMathieu Chartier2015-04-101-6/+6
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-9/+3
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-4/+3
* Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-2/+0
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-291-4/+4
* 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