summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/entrypoint_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-16/+13
* Replace NULL with nullptrMathieu Chartier2015-04-221-8/+8
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-7/+6
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+1
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-21/+5
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-3/+2
* ART: Make error messages for StackOverflow WARNINGsAndreas Gampe2015-02-191-1/+1
* Fix signal test to work with gcstressMathieu Chartier2015-01-071-5/+3
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-291-6/+6
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-1/+0
* Move MethodHelper::GetReturnType to mirror::ArtMethod.Ian Rogers2014-10-281-12/+8
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-0/+24
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-2/+4
* Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further ...Brian Carlstrom2014-09-111-30/+29
* Fix stack overflow and duplicate methods while tracing.Jeff Hao2014-09-041-5/+0
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-7/+4
* Merge stack usage reduction for overflow checksDave Allison2014-08-191-1/+1
* Reduce stack usage for overflow checksDave Allison2014-08-131-0/+5
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-3/+5
* ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-1/+1
* ART: Throw StackOverflowError in native codeAndreas Gampe2014-07-211-11/+86
* Fix x86 build.Ian Rogers2014-07-161-0/+20
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-3/+2
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-7/+10
* Added workaround passing empty arg array for proxy invocation.Jeff Hao2014-06-021-1/+3
* Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-191-1/+1
* Implement implicit stack overflow checksDave Allison2014-03-311-1/+3
* Reflection tidying.Ian Rogers2014-03-261-1/+1
* Make allocations report usable size.Ian Rogers2014-02-261-2/+4
* Remove blacklistSebastien Hertz2014-02-171-1/+1
* Background compaction support.Mathieu Chartier2014-01-081-4/+11
* Remove unneeded quotingBrian Carlstrom2013-12-101-1/+1
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-19/+22
* Compacting collector.Mathieu Chartier2013-11-111-2/+2
* Inline field and method resolution.Sebastien Hertz2013-10-281-195/+0
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-251-18/+39
* Get PORTABLE + SMALL on x86.Dragos Sbirlea2013-08-151-0/+1
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-1/+4
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-24/+22
* Portable refactorings.Ian Rogers2013-07-301-0/+407